UNPKG

681 BJSONView Raw
1{
2 "name": "typescript-api",
3 "version": "1.0.0",
4 "description": "TypeScript API exposed (includes definition file)",
5 "main": "wrapper.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/jedmao/typescript-api.git"
12 },
13 "keywords": [
14 "typescript",
15 "api",
16 "compiler",
17 "language",
18 "microsoft"
19 ],
20 "author": "Jed Mao <jed.hunsaker+npm@gmail.com>",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/jedmao/typescript-api/issues"
24 },
25 "homepage": "https://github.com/jedmao/typescript-api",
26 "dependencies": {
27 "typescript": "~1.0"
28 }
29}