-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "tree.ts",
"version": "1.0.0",
"description": "tree.ts",
"main": "webpack.config.js",
"scripts": {
"lint": "tslint --fix 'src/*.ts'",
"build": "npm run lint && webpack",
"test": "npm run build && mocha dst/test.js",
"server": "npm run build && webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UnicoenProject/tree.ts.git"
},
"author": "Ryosuke Ishizue",
"license": "MIT",
"bugs": {
"url": "https://github.com/UnicoenProject/tree.ts/issues"
},
"homepage": "https://github.com/UnicoenProject/tree.ts#readme",
"devDependencies": {
"@types/chai": "^4.1.0",
"@types/mocha": "^2.2.46",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"cache-loader": "^1.2.0",
"chai": "^4.1.2",
"happypack": "^4.0.0",
"istanbul": "^0.4.5",
"mocha": "^4.1.0",
"os": "^0.1.1",
"postinstall-build": "^5.0.1",
"remap-istanbul": "^0.10.0",
"source-map-loader": "^0.2.3",
"thread-loader": "^1.1.2",
"ts-loader": "^3.2.0",
"tslint": "^5.9.1",
"tslint-config-airbnb": "^5.4.2",
"tsutils": "^2.16.0",
"typemoq": "^2.1.0",
"typescript": "^2.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.1",
"webpack-stream": "^4.0.0"
},
"dependencies": {
"@types/node": "^9.3.0",
"typescript-dotnet-es6": "^4.9.11"
}
}