package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "@saga-web/topology",
  3. "version": "1.0.85",
  4. "description": "上格云拓扑图引擎",
  5. "main": "lib/index.js",
  6. "types": "lib/index.d.js",
  7. "scripts": {
  8. "build": "tsc",
  9. "publish": "npm publish",
  10. "lint": "eslint src/**/*.{js,ts,tsx}",
  11. "test": "echo \"Error: no test specified\" && exit 1",
  12. "typedoc": "typedoc --hideGenerator src"
  13. },
  14. "keywords": [
  15. "topo"
  16. ],
  17. "author": "郝建龙 (1061851420@qq.com)",
  18. "license": "ISC",
  19. "publishConfig": {
  20. "registry": "http://dev.dp.sagacloud.cn:8082/repository/npm-hosted/"
  21. },
  22. "files": [
  23. "lib"
  24. ],
  25. "devDependencies": {
  26. "@typescript-eslint/eslint-plugin": "^1.12.0",
  27. "@typescript-eslint/parser": "^1.12.0",
  28. "eslint": "^6.0.1",
  29. "eslint-config-prettier": "^6.0.0",
  30. "eslint-plugin-prettier": "^3.1.0",
  31. "prettier": "^1.18.2",
  32. "ts-jest": "^24.0.2",
  33. "typescript": "^3.5.3"
  34. },
  35. "dependencies": {
  36. "@saga-web/base": "2.1.27",
  37. "@saga-web/draw": "2.1.108",
  38. "@saga-web/graph": "2.1.127",
  39. "axios": "^0.18.0",
  40. "pako": "^1.0.10",
  41. "poly-decomp": "^0.3.0",
  42. "polybooljs": "^1.2.0"
  43. }
  44. }