-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 816 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 816 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
{
"name": "mavoix-api",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel-node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConnectProject/mavoix-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConnectProject/mavoix-api/issues"
},
"homepage": "https://github.com/ConnectProject/mavoix-api#readme",
"dependencies": {
"axios": "^1.6.8",
"express": "^4.17.1",
"parse-server": "^6.5.6"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/node": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"dotenv": "^8.2.0",
"eslint": "^8.57.0",
"eslint-config-naat": "github:neuroanatomy/eslint-config-naat"
}
}