package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@saga-web/base",
  3. "version": "2.1.27",
  4. "description": "上格云Web基础库。",
  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": "jest",
  12. "typedoc": "typedoc --hideGenerator src"
  13. },
  14. "keywords": [
  15. "sybotan",
  16. "base"
  17. ],
  18. "author": "庞利祥 (sybotan@126.com)",
  19. "license": "ISC",
  20. "publishConfig": {
  21. "registry": "http://dev.dp.sagacloud.cn:8082/repository/npm-hosted/"
  22. },
  23. "devDependencies": {
  24. "@typescript-eslint/eslint-plugin": "^1.12.0",
  25. "@typescript-eslint/parser": "^1.12.0",
  26. "eslint": "^6.0.1",
  27. "eslint-config-prettier": "^6.0.0",
  28. "eslint-plugin-prettier": "^3.1.0",
  29. "node-ssh": "^6.0.0",
  30. "prettier": "^1.18.2",
  31. "@types/jest": "^24.0.15",
  32. "ts-jest": "^24.0.2",
  33. "typescript": "^3.9.7"
  34. },
  35. "dependencies": {}
  36. }