-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 738 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 738 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
{
"name": "api",
"version": "1.0.0",
"description": "api-developers-cd",
"main": "source/server.ts",
"scripts": {
"build": "rm -rf build/ && prettier --write source/ && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lenscorpx/api-developers-cd.git"
},
"author": "Lenscorpx",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lenscorpx/api-developers-cd/issues"
},
"homepage": "https://github.com/Lenscorpx/api-developers-cd#readme",
"dependencies": {
"body-parser": "^1.20.0",
"dotenv": "^16.0.1",
"express": "^4.18.1"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13"
}
}