-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 931 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
33
34
35
36
{
"name": "data",
"version": "1.0.0",
"description": "Metadata host",
"main": "dist/app.js",
"scripts": {
"start": "ts-node ./src/app.ts",
"debug": "nodemon ./src/app.ts",
"lint": "eslint . --ext .ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Carbonable/data.git"
},
"author": "Bal7hazar",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Carbonable/data/issues"
},
"homepage": "https://github.com/Carbonable/data#readme",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.1.3",
"express": "^4.18.2",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.41.0",
"typescript": "^5.1.3"
}
}