-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 846 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
{
"name": "nicassa-parser-ts-express-api",
"description": "Depricated - please use https://github.com/lukeautry/tsoa",
"version": "0.0.12",
"author": "Harald Fielker <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/egandro/nicassa-parser-ts-express-api.git"
},
"bugs": {
"url": "https://github.com/egandro/nicassa-parser-ts-express-api/issues"
},
"bin": {
"nicassa-parser-ts-express-api": "launcher.js"
},
"main": "index.ts",
"dependencies": {
"nomnom": "^1.8.1",
"prompt": "^1.0.0",
"sha.js": "^2.4.8",
"slash": "^1.0.0",
"ts-node": "^3.0.4",
"typescript": "^2.3.3"
},
"devDependencies": {
"@types/node": "^7.0.22",
"@types/nomnom": "^0.0.28",
"tslint": "^5.3.2"
},
"scripts": {},
"keywords": [
],
"license": "MIT"
}