-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 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
{
"name": "simpleallies",
"version": "1.0.0",
"description": "Allows for simple communication between allies using a public segment",
"main": "src",
"directories": {
"example": "examples"
},
"scripts": {
"lint": "eslint src",
"lint-fix": "eslint src --fix",
"release": "semantic-release",
"compodoc": "npx @compodoc/compodoc -p tsconfig.json --disableSourceCode --output docs",
"compodoc:serve": "npx @compodoc/compodoc -p tsconfig.json --disableSourceCode -s --output docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/screepers/simpleAllies.git"
},
"author": "Carson Burke",
"license": "MIT",
"bugs": {
"url": "https://github.com/screepers/simpleAllies/issues"
},
"homepage": "https://github.com/screepers/simpleAllies#readme",
"devDependencies": {
"@compodoc/compodoc": "^1.1.19",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^11.0.1",
"eslint": "^7.23.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-screeps": "^2.1.0",
"prettier": "^2.3.2",
"screeps-viz": "^2.1.3",
"semantic-release": "^21.0.7",
"typescript": "4.4"
},
"dependencies": {
"@types/screeps": "^3.3.7"
}
}