-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1008 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
37
38
39
40
{
"name": "awesome-metadata",
"version": "0.1.0",
"description": "Better metadata emitter for TypeScript.",
"main": "bin/index.js",
"module": "bin/index",
"typings": "bin/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/lilezek/awesome-metadata.git"
},
"keywords": [
"metadata",
"typescript",
"emitter"
],
"author": "Ezequiel Santamaria Navarro",
"license": "ISC",
"bugs": {
"url": "https://github.com/lilezek/awesome-metadata/issues"
},
"homepage": "https://github.com/lilezek/awesome-metadata#readme",
"dependencies": {
"glob": "^7.1.2",
"reflect-metadata": "^0.1.10",
"ts-modern-async": "git+https://github.com/lilezek/node-ts-modern-async.git",
"ts-simple-ast": "^0.92.0",
"typescript": "^2.6.1"
},
"bin": {
"atm": "./cli.js"
},
"devDependencies": {
"@types/glob": "^5.0.30",
"@types/node": "^8.0.20"
}
}