-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 877 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
29
30
31
32
{
"name": "excel2json",
"private": true,
"version": "1.0.0",
"description": "",
"type": "module",
"main": "Excel2Json.mjs",
"scripts": {
"gen": "node Excel2Json.mjs",
"lint": "eslint --ext .js,.cjs,.mjs ."
},
"author": "",
"license": "MIT",
"dependencies": {
"archiver": "^7.0.1",
"axios": "^0.21.4",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"rimraf": "^3.0.2",
"xlsx": "^0.17.5"
},
"devDependencies": {
"eslint": "^8.38.0",
"eslint-config-standard": "latest",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1"
},
"packageManager": "[email protected]+sha512.9c2cb83f2b6cf6a25d8c58300bf99197c7ef3be84cf3e766f29054b40b83b42f8aaba6fcc314a9ecf27c00f7ce80a757bb4c608800e7adbe2d29dc5c7056f5be"
}