1234567891011121314151617 |
- {
- "name": "ludash",
- "version": "1.0.0",
- "description": "toolkit",
- "main": "lib/index.js",
- "typings": "type/index.d.ts",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "lib": "tsc"
- },
- "repository": "https://gitee.com/swust_0602/ludash.git",
- "author": "shawn",
- "license": "ISC",
- "devDependencies": {
- "typescript": "^5.1.3"
- }
- }
|