-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "typeless",
"version": "0.3.0",
"description": "Experimental Typescript Definitions.",
"main": "index.js",
"dependencies": {
"fs-promise": "^0.5.0",
"fstream": "^1.0.10",
"longjohn": "^0.2.11",
"moment": "^2.13.0",
"node-fetch": "^1.5.3",
"npm": "^3.10.7",
"npm-registry-client": "^7.1.2",
"recursive-readdir": "^2.0.0",
"source-map-support": "^0.4.0",
"tar": "^2.2.1",
"typescript": "^2.0.3",
"yargs": "^6.2.0"
},
"devDependencies": {
"@types/node": "^6.0.41",
"@types/node-fetch": "1.6.5",
"@types/recursive-readdir": "^1.2.27",
"@types/source-map-support": "^0.2.27",
"@types/tar": "^1.0.27",
"@types/yargs": "^0.0.31",
"definition-tester": "^2.0.6-alpha",
"tslint": "4.0.0-dev.0"
},
"keywords": [
"typescript",
"typings",
"pending"
],
"scripts": {
"build": "node node_modules/typescript/lib/tsc.js",
"clean": "node bin/clean.js",
"test": "cd types && dt",
"generate": "node bin/parse-definitions.js && node bin/check-parse-results.js && node bin/calculate-versions.js && node bin/generate-packages.js",
"publish": "node bin/publish-packages.js",
"publish-dry": "node bin/publish-packages.js --dry",
"validate": "node bin/validate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wikiwi/typeless.git"
},
"author": "Chi Vinh Le and contributors (https://github.com/wikiwi/typeless/graphs/contributors)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wikiwi/typeless/issues"
},
"engines": {
"node": "^6.7.0"
},
"homepage": "https://github.com/wikiwi/typeless#readme"
}