generated from kirishima-ship/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 975 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": "kirishima-template",
"author": {
"name": "KagChi"
},
"version": "0.1.0",
"license": "GPL-3.0",
"repository": {
"url": "https://github.com/kirishima-ship/kirishima-template"
},
"bugs": {
"url": "https://github.com/kirishima-ship/kirishima-template/issues"
},
"readme": "https://github.com/kirishima-ship/kirishima-template/blob/main/README.md",
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
"scripts": {
"build": "rimraf dist && unbuild && tsc",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier --write {src,tests}/**/*.ts"
},
"devDependencies": {
"@babel/types": "7.17.0",
"@sapphire/eslint-config": "4.3.3",
"@sapphire/prettier-config": "1.4.2",
"@sapphire/ts-config": "3.3.4",
"eslint": "8.13.0",
"prettier": "2.6.2",
"rimraf": "3.0.2",
"typescript": "4.6.3",
"unbuild": "0.7.4"
},
"prettier": "@sapphire/prettier-config"
}