{ "name": "@persagy-web/graph", "version": "2.2.52", "description": "博锐尚格二维图形引擎。", "main": "lib/index.js", "types": "lib/index.d.js", "remote": { "host": "47.93.22.124", "path": "/opt/web/doc/api/web/graph", "user": "root", "password": "WWW.persagy.Com@2021%#$&", "local": "api" }, "scripts": { "build": "tsc", "publish": "npm publish", "lint": "eslint src/**/*.{js,ts,tsx}", "test": "echo \"Error: no test specified\" && exit 1", "typedoc": "typedoc --out api --hideGenerator src ../persagy-web-base/src ../persagy-web-draw/src", "publish-api": "node publish.js" }, "keywords": [ "graph" ], "author": "庞利祥 ", "license": "ISC", "publishConfig": { "registry": "http://dev.dp.sagacloud.cn:8082/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", "node-ssh": "^6.0.0", "prettier": "^1.18.2", "ts-jest": "^24.0.2", "typedoc": "^0.17.4", "typescript": "^3.5.3" }, "dependencies": { "@persagy-web/draw": "2.2.17", "@types/uuid": "^8.0.0" } }