-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 829 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 829 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": "any.js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node src/index.js"
},
"author": "Lucas Urzedo",
"license": "MIT",
"dependencies": {
"bson": "^4.2.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"java": "0.12.1",
"mongoose": "^5.12.1",
"node-fetch": "^1.7.3",
"nodejs-file-downloader": "^4.5.3",
"pythonia": "^1.0.0",
"valid-url": "^1.0.9",
"worker-threads-pool": "^2.0.0"
},
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^1.7.0"
}
}