package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "@persagy-web/big",
  3. "version": "2.2.61",
  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/big",
  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": "jest",
  19. "typedoc": "typedoc --out api --hideGenerator src",
  20. "publish-api": "node publish.js"
  21. },
  22. "keywords": [
  23. "big"
  24. ],
  25. "author": "郝建龙 (1061851420@qq.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. "@types/jest": "^24.0.15",
  39. "ts-jest": "^24.0.2",
  40. "typedoc": "0.17.7",
  41. "typescript": "^3.9.3"
  42. },
  43. "dependencies": {
  44. "@persagy-web/graph": "2.2.52",
  45. "axios": "^0.18.0",
  46. "pako": "^1.0.10",
  47. "crypto-js": "^4.0.0",
  48. "polybooljs": "^1.2.0"
  49. }
  50. }