{ "name": "@saga-web/big", "version": "1.0.7", "description": "上格云Web平面图。", "main": "lib/index.js", "types": "lib/index.d.js", "scripts": { "build": "tsc", "publish": "npm publish", "lint": "eslint src/**/*.{js,ts,tsx}", "test": "jest", "typedoc": "typedoc --hideGenerator src" }, "keywords": [ "sybotan", "base" ], "author": "郝建龙 (1061851420@qq.com)", "license": "ISC", "publishConfig": { "registry": "http://192.168.200.80:8081/repository/npm-hosted/" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^1.12.0", "@typescript-eslint/parser": "^1.12.0", "eslint": "^6.0.1", "eslint-config-prettier": "^6.0.0", "eslint-plugin-prettier": "^3.1.0", "prettier": "^1.18.2", "@types/jest": "^24.0.15", "ts-jest": "^24.0.2", "typescript": "^3.5.3" }, "dependencies": { "@saga-web/graphy": "2.1.53" } }