package.json 722 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@dage/tools",
  3. "version": "1.0.1",
  4. "private": true,
  5. "description": "web 端工具库",
  6. "main": "index.js",
  7. "repository": "http://face3d.4dage.com:7005/chenlei/dage-web-tools",
  8. "scripts": {
  9. "install:deps": "node ./scripts/install.js",
  10. "build:deps": "node ./scripts/build.js",
  11. "publish:deps": "node ./scripts/publish.js",
  12. "version:deps": "node ./scripts/version.js",
  13. "test": "pnpm run -r test --passWithNoTests --silent"
  14. },
  15. "author": "chenlei@cgaii.com",
  16. "license": "MIT",
  17. "engines": {
  18. "node": ">=16",
  19. "pnpm": ">=7"
  20. },
  21. "devDependencies": {
  22. "@changesets/cli": "^2.26.2",
  23. "@types/jest": "^29.5.3",
  24. "tslib": "^2.6.1",
  25. "typescript": "^5.1.6"
  26. }
  27. }