|
1 | 1 | { |
2 | | - "name": "power-guard", |
3 | | - "version": "1.0.8", |
| 2 | + "name": "@scdt-china/power-guard", |
| 3 | + "version": "3.0.0", |
4 | 4 | "main": "lib/index.js", |
5 | 5 | "types": "lib/index.d.ts", |
6 | 6 | "files": [ |
7 | 7 | "lib" |
8 | 8 | ], |
9 | | - "repository": "https://github.com/gao-sun/power-guard", |
10 | 9 | "author": "Gao Sun", |
11 | 10 | "license": "MIT", |
| 11 | + "type": "module", |
| 12 | + "repository": "git@github.com:scdt-china/power-guard.git", |
12 | 13 | "scripts": { |
13 | 14 | "build": "rm -rf lib/ && tsc", |
14 | 15 | "lint": "eslint --ext .tsx --ext .ts src/ tests/", |
15 | 16 | "test": "nyc --reporter=html mocha -r ts-node/register tests/**/*.test.ts" |
16 | 17 | }, |
17 | 18 | "devDependencies": { |
18 | | - "@types/chai": "^4.2.12", |
19 | | - "@types/mocha": "^8.0.1", |
20 | | - "@typescript-eslint/eslint-plugin": "^3.6.1", |
21 | | - "@typescript-eslint/parser": "^3.6.1", |
22 | | - "chai": "^4.2.0", |
23 | | - "eslint": "^7.5.0", |
24 | | - "eslint-config-prettier": "^6.11.0", |
25 | | - "eslint-config-standard": "^14.1.1", |
26 | | - "eslint-plugin-import": "^2.22.0", |
| 19 | + "@types/chai": "^4.3.0", |
| 20 | + "@types/mocha": "^9.1.0", |
| 21 | + "@typescript-eslint/eslint-plugin": "^5.57.1", |
| 22 | + "@typescript-eslint/parser": "^5.57.1", |
| 23 | + "chai": "^4.3.7", |
| 24 | + "eslint": "^8.37.0", |
| 25 | + "eslint-config-prettier": "^8.8.0", |
| 26 | + "eslint-config-standard": "^17.0.0", |
| 27 | + "eslint-plugin-import": "^2.27.5", |
27 | 28 | "eslint-plugin-node": "^11.1.0", |
28 | | - "eslint-plugin-prettier": "^3.1.4", |
29 | | - "eslint-plugin-promise": "^4.2.1", |
30 | | - "eslint-plugin-standard": "^4.0.1", |
31 | | - "mocha": "^8.1.0", |
| 29 | + "eslint-plugin-prettier": "^4.2.1", |
| 30 | + "eslint-plugin-promise": "^6.1.1", |
| 31 | + "mocha": "^10.2.0", |
32 | 32 | "nyc": "^15.1.0", |
33 | | - "prettier": "^2.0.5", |
34 | | - "ts-node": "^8.10.2", |
35 | | - "typescript": "^3.9.7" |
| 33 | + "prettier": "^2.8.7", |
| 34 | + "ts-node": "^10.9.1", |
| 35 | + "typescript": "^4.9.5" |
36 | 36 | } |
37 | 37 | } |
0 commit comments