1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "@persagy-web/edit",
- "version": "2.2.1",
- "description": "博锐尚格二维图形编辑器。",
- "main": "lib/index.js",
- "types": "lib/index.d.js",
- "remote": {
- "host": "47.94.89.44",
- "path": "/opt/tomcat9/webapps/api/web/edit",
- "user": "user1",
- "password": "@)!^sagacloud",
- "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",
- "publish-api": "node publish.js"
- },
- "keywords": [
- "graph-edit"
- ],
- "author": "韩耀龙(han_yao_long@163.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",
- "ts-jest": "^24.0.2",
- "typedoc": "^0.17.4",
- "typescript": "^3.5.3"
- },
- "dependencies": {
- "@persagy-web/graph": "2.2.1",
- "@persagy-web/big": "2.2.1",
- "@types/uuid": "^8.0.0"
- }
- }
|