-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 873 Bytes
/
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
{
"name": "zeekbot-screeps",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2fast2fourier/zeekbot-screeps.git"
},
"author": "Matthew Shepard <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/2fast2fourier/zeekbot-screeps/issues"
},
"homepage": "https://github.com/2fast2fourier/zeekbot-screeps#readme",
"devDependencies": {
"awesome-typescript-loader": "^3.2.3",
"typescript": "^2.4.2",
"webpack": "^3.5.5"
},
"dependencies": {
"@types/lodash": "^3.10.1",
"@types/node": "^8.0.24",
"screeps-typescript-declarations": "git+https://[email protected]/screepers/Screeps-Typescript-Declarations.git",
"ts-loader": "^2.3.3"
}
}