-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 728 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 728 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
{
"name": "playground",
"version": "1.0.0",
"description": "A simple node playground.",
"main": "index.js",
"scripts": {
"run": "node ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "David Lloyd <lloy0076@adam.com.au>",
"license": "Apache-2.0",
"dependencies": {
"@hapi/boom": "^9.1.0",
"csv-parse": "^4.8.8",
"dotenv": "^8.2.0",
"moment": "^2.24.0",
"node-getopt": "^0.3.2",
"winston": "^3.2.1"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "2.5.0"
}
}