1234567891011121314151617181920212223 |
- {
- "name": "@dage/tools",
- "version": "1.0.0",
- "private": true,
- "description": "web 端工具库",
- "main": "index.js",
- "repository": "http://face3d.4dage.com:7005/chenlei/dage-web-tools",
- "scripts": {
- "install:deps": "node ./scripts/install.js",
- "test": "pnpm run -r test --passWithNoTests --silent"
- },
- "author": "chenlei@cgaii.com",
- "license": "MIT",
- "engines": {
- "node": ">=16",
- "pnpm": ">=7"
- },
- "devDependencies": {
- "@types/jest": "^29.5.3",
- "tslib": "^2.6.1",
- "typescript": "^5.1.6"
- }
- }
|