-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 909 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 909 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
36
37
{
"name": "compile-api",
"version": "1.0.0",
"description": "A compiler for devrank",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"dev": "nodemon src/index.ts",
"test-feature": "ts-node src/app.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cors": "^2.8.10",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.11",
"@types/helmet": "^4.0.0",
"@types/mongoose": "^5.10.3",
"@types/node": "^14.14.31",
"@types/shelljs": "^0.8.8",
"deno_ls_plugin": "^0.1.0",
"http": "^0.0.1-security",
"install": "^0.13.0",
"nodemon": "^2.0.7",
"npm": "^7.5.6",
"shelljs": "^0.8.4",
"ts-node": "^9.1.1",
"typescript": "^4.2.2",
"typescript-deno-plugin": "^1.31.0"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^4.4.1"
}
}