package.json 673 B

1234567891011121314151617181920212223242526
  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. "test": "pnpm run -r test --passWithNoTests --silent"
  13. },
  14. "author": "chenlei@cgaii.com",
  15. "license": "MIT",
  16. "engines": {
  17. "node": ">=16",
  18. "pnpm": ">=7"
  19. },
  20. "devDependencies": {
  21. "@changesets/cli": "^2.26.2",
  22. "@types/jest": "^29.5.3",
  23. "tslib": "^2.6.1",
  24. "typescript": "^5.1.6"
  25. }
  26. }