{ "name": "@persagy-web/big", "version": "2.2.61", "description": "博锐尚格建筑信息化库", "main": "lib/index.js", "types": "lib/index.d.js", "remote": { "host": "47.93.22.124", "path": "/opt/web/doc/api/web/big", "user": "root", "password": "WWW.persagy.Com@2021%#$&", "local": "api" }, "scripts": { "build": "tsc", "publish": "npm publish", "lint": "eslint src/**/*.{js,ts,tsx}", "test": "jest", "typedoc": "typedoc --out api --hideGenerator src", "publish-api": "node publish.js" }, "keywords": [ "big" ], "author": "郝建龙 (1061851420@qq.com)", "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", "@types/jest": "^24.0.15", "ts-jest": "^24.0.2", "typedoc": "0.17.7", "typescript": "^3.9.3" }, "dependencies": { "@persagy-web/graph": "2.2.52", "axios": "^0.18.0", "pako": "^1.0.10", "crypto-js": "^4.0.0", "polybooljs": "^1.2.0" } }