-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 811 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 811 Bytes
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
33
34
35
{
"name": "dujs",
"version": "2.0.0",
"description": "JS porting for DU command",
"main": "main.js",
"type": "module",
"license": "GPL-3.0",
"bin": "bin/cli.js",
"dependencies": {
"commander": "^9.0.0",
"ora": "^6.1.0",
"table": "^6.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ChakSoft/dujs.git"
},
"author": {
"name": "Michael Chacaton",
"email": "mchacaton@chaksoft.eu"
},
"engines": {
"node": ">=14"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0"
}
}