package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "@saga-web/big",
  3. "version": "1.0.120",
  4. "description": "上格云建筑信息化库",
  5. "main": "lib/index.js",
  6. "types": "lib/index.d.js",
  7. "remote": {
  8. "host": "47.94.89.44",
  9. "path": "/opt/tomcat9/webapps/api/web/big",
  10. "user": "user1",
  11. "password": "@)!^sagacloud",
  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. "sybotan",
  24. "base"
  25. ],
  26. "author": "郝建龙 (1061851420@qq.com)",
  27. "license": "ISC",
  28. "publishConfig": {
  29. "registry": "http://dev.dp.sagacloud.cn:8082/repository/npm-hosted/"
  30. },
  31. "devDependencies": {
  32. "@typescript-eslint/eslint-plugin": "^1.12.0",
  33. "@typescript-eslint/parser": "^1.12.0",
  34. "eslint": "^6.0.1",
  35. "eslint-config-prettier": "^6.0.0",
  36. "eslint-plugin-prettier": "^3.1.0",
  37. "node-ssh": "^6.0.0",
  38. "prettier": "^1.18.2",
  39. "@types/jest": "^24.0.15",
  40. "ts-jest": "^24.0.2",
  41. "typedoc": "0.17.7",
  42. "typescript": "^3.9.7"
  43. },
  44. "dependencies": {
  45. "@saga-web/graph": "2.1.136"
  46. }
  47. }