-
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) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 740 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": "codex",
"version": "0.1.0",
"description": "Codex",
"main": "src/server/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rgraciano/codex.git"
},
"author": "Ryan Graciano",
"license": "ISC",
"bugs": {
"url": "https://github.com/rgraciano/codex/issues"
},
"homepage": "https://github.com/rgraciano/codex#readme",
"dependencies": {
"@types/node": "^11.9.0",
"@types/restify": "^7.2.8",
"@types/restify-cors-middleware": "^1.0.1",
"anyid": "^1.0.6",
"madge": "^4.0.2",
"reflect-metadata": "^0.1.13",
"restify": "^8.0.0",
"restify-cors-middleware": "^1.1.1"
}
}