-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 887 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
31
32
33
34
35
36
37
{
"name": "template-screeps",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"test": "npx jest",
"test:watch": "npx jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TylerGarlick/screeps-template.git"
},
"keywords": [
"screeps",
"template",
"typescript"
],
"author": "Tyler Garlick",
"license": "ISC",
"bugs": {
"url": "https://github.com/TylerGarlick/screeps-template/issues"
},
"homepage": "https://github.com/TylerGarlick/screeps-template#readme",
"devDependencies": {
"@types/jest": "^28.1.1",
"@types/node": "^17.0.41",
"jest": "^28.1.1",
"screeps-server-mockup": "^1.5.1",
"screeps-server-test": "github:screepers/screeps-server-test",
"ts-jest": "^28.0.4",
"typescript": "^4.7.3"
},
"engines": {
"node": ">=12.x"
}
}