-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 KB
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
{
"name": "aints",
"version": "0.0.2",
"description": "",
"main": "./dist/main.js",
"repository": {
"type": "git",
"url": "https://github.com/tinnvec/aints.git"
},
"scripts": {
"postinstall": "typings install",
"deploy": "webpack --colors --env.ENV=dev",
"start": "webpack --colors --watch",
"local": "webpack --colors --env.ENV=local",
"watch-local": "webpack --colors --watch --env.ENV=local",
"test": "echo \"Error: no test specified\" && exit 1",
"typings": "typings"
},
"author": {
"name": "Alex Hanna",
"email": "tinnvec@gmail.com",
"url": "http://tinnvec.github.io/"
},
"license": "MIT",
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/mocha": "^2.2.41",
"awesome-typescript-loader": "^3.1.3",
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.16",
"git-rev-sync": "^1.9.1",
"lodash": "^3.10.1",
"mocha": "^3.3.0",
"screeps-webpack-plugin": "^1.3.0",
"source-map-loader": "^0.2.1",
"ts-node": "^3.0.4",
"tslint": "^5.2.0",
"tslint-loader": "^3.5.3",
"typescript": "^2.3.2",
"typings": "^2.1.1",
"webpack": "^2.5.1",
"webpack-chain": "^3.2.0"
},
"dependencies": {
"@types/screeps-profiler": "^1.2.0",
"screeps-profiler": "^1.3.0",
"source-map": "^0.5.6"
}
}