package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@saga-web/cad-engine",
  3. "version": "2.0.593",
  4. "description": "上格云 CAD图形引擎。",
  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. "graphy"
  16. ],
  17. "author": "郝建龙 (1061851420@qq.com)",
  18. "license": "ISC",
  19. "publishConfig": {
  20. "registry": "http://dev.dp.sagacloud.cn:8082/repository/npm-hosted/"
  21. },
  22. "devDependencies": {
  23. "@types/jest": "^24.0.15",
  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. "prettier": "^1.18.2",
  30. "ts-jest": "^24.0.2",
  31. "typescript": "^3.9.7"
  32. },
  33. "dependencies": {
  34. "@saga-web/graph": "2.1.137",
  35. "axios": "^0.18.0",
  36. "pako": "^1.0.10",
  37. "poly-decomp": "^0.3.0",
  38. "polybooljs": "^1.2.0"
  39. }
  40. }