-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 874 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "gc-res-parse",
"private": true,
"version": "1.0.0",
"scripts": {
"check": "tsc --noEmit --skipLibCheck",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .eslintignore",
"parse": "tsx src/main.ts"
},
"dependencies": {
"deep-object-diff": "^1.1.7",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@types/fs-extra": "^11.0.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "18.13.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^11.0.0",
"prettier": "^2.7.1",
"tsx": "^3.10.1",
"typescript": "^4.8.4"
}
}