1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "@saga-web/big",
- "version": "1.0.120",
- "description": "上格云建筑信息化库",
- "main": "lib/index.js",
- "types": "lib/index.d.js",
- "remote": {
- "host": "47.94.89.44",
- "path": "/opt/tomcat9/webapps/api/web/big",
- "user": "user1",
- "password": "@)!^sagacloud",
- "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": [
- "sybotan",
- "base"
- ],
- "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.7"
- },
- "dependencies": {
- "@saga-web/graph": "2.1.136"
- }
- }
|