package.json 545 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@dage/tools",
  3. "version": "1.0.0",
  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. "test": "pnpm run -r test --passWithNoTests --silent"
  11. },
  12. "author": "chenlei@cgaii.com",
  13. "license": "MIT",
  14. "engines": {
  15. "node": ">=16",
  16. "pnpm": ">=7"
  17. },
  18. "devDependencies": {
  19. "@types/jest": "^29.5.3",
  20. "tslib": "^2.6.1",
  21. "typescript": "^5.1.6"
  22. }
  23. }