12345678910111213141516171819202122232425 |
- {
- "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",
- "lint": "eslint . --ext .ts --fix",
- "lib": "tsc"
- },
- "repository": "https://gitee.com/swust_0602/ludash.git",
- "author": "shawn",
- "license": "ISC",
- "devDependencies": {
- "@typescript-eslint/eslint-plugin": "^5.60.0",
- "@typescript-eslint/parser": "^5.60.0",
- "eslint": "^8.43.0",
- "eslint-config-prettier": "^8.8.0",
- "eslint-plugin-prettier": "^4.2.1",
- "prettier": "^2.8.8",
- "tslib": "^2.5.3",
- "typescript": "^5.1.3"
- }
- }
|