package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "@persagy-web/graph",
  3. "version": "2.2.52",
  4. "description": "博锐尚格二维图形引擎。",
  5. "main": "lib/index.js",
  6. "types": "lib/index.d.js",
  7. "remote": {
  8. "host": "47.93.22.124",
  9. "path": "/opt/web/doc/api/web/graph",
  10. "user": "root",
  11. "password": "WWW.persagy.Com@2021%#$&",
  12. "local": "api"
  13. },
  14. "scripts": {
  15. "build": "tsc",
  16. "publish": "npm publish",
  17. "lint": "eslint src/**/*.{js,ts,tsx}",
  18. "test": "echo \"Error: no test specified\" && exit 1",
  19. "typedoc": "typedoc --out api --hideGenerator src ../persagy-web-base/src ../persagy-web-draw/src",
  20. "publish-api": "node publish.js"
  21. },
  22. "keywords": [
  23. "graph"
  24. ],
  25. "author": "庞利祥 <sybotan@126.com>",
  26. "license": "ISC",
  27. "publishConfig": {
  28. "registry": "http://dev.dp.sagacloud.cn:8082/repository/npm-hosted/"
  29. },
  30. "devDependencies": {
  31. "@typescript-eslint/eslint-plugin": "^1.12.0",
  32. "@typescript-eslint/parser": "^1.12.0",
  33. "eslint": "^6.0.1",
  34. "eslint-config-prettier": "^6.0.0",
  35. "eslint-plugin-prettier": "^3.1.0",
  36. "node-ssh": "^6.0.0",
  37. "prettier": "^1.18.2",
  38. "ts-jest": "^24.0.2",
  39. "typedoc": "^0.17.4",
  40. "typescript": "^3.5.3"
  41. },
  42. "dependencies": {
  43. "@persagy-web/draw": "2.2.17",
  44. "@types/uuid": "^8.0.0"
  45. }
  46. }