UNPKG

571 BJSONView Raw
1{
2 "name": "typescript-api",
3 "version": "1.0.0",
4 "homepage": "https://github.com/jedmao/typescript-api",
5 "authors": [
6 "Jed Mao <jed.hunsaker+npm@gmail.com>"
7 ],
8 "description": "TypeScript API exposed (includes definition file)",
9 "main": "wrapper.js",
10 "keywords": [
11 "typescript",
12 "api",
13 "compiler",
14 "language",
15 "microsoft"
16 ],
17 "license": "MIT",
18 "ignore": [
19 "**/.*",
20 "node_modules",
21 "bower_components",
22 "test",
23 "tests"
24 ],
25 "dependencies": {
26 "dt-node": "https://github.com/jedhunsaker/dt-node.git"
27 }
28}