-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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
{
"name": "celeste-api-types",
"version": "1.3.1",
"keywords": [
"age",
"aoeo",
"api",
"celeste",
"empires",
"fan",
"of",
"online",
"project",
"rest",
"types",
"typescript"
],
"homepage": "https://github.com/n4bb12/celeste-api-types/blob/master/README.md",
"bugs": "https://github.com/n4bb12/celeste-api-types/issues",
"repository": "github:n4bb12/celeste-api-types",
"license": "ISC",
"author": "Abraham Schilling",
"files": [
"src"
],
"types": "src/index.ts",
"scripts": {
"compile": "tsc --project tsconfig.json",
"generate": "ts-node generate",
"lint": "tslint --project tsconfig.json --config tslint.json"
},
"devDependencies": {
"@n4bb12/config-tslint": "^1.4.1",
"@types/fs-extra": "^5.0.5",
"@types/node": "^11.13.4",
"axios": "^0.18.0",
"chalk": "^2.4.2",
"filenamify": "^4.0.0",
"fs-extra": "^7.0.1",
"release-it": "^10.4.2",
"ts-node": "^8.0.3",
"tslint": "^5.15.0",
"typescript": "~3.4.3"
},
"publishConfig": {
"access": "public"
},
"$schema": "http://json.schemastore.org/package"
}