generated from kirishima-ship/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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": "@kirishima/sources",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"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",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepareForRelease": "turbo run prepareForRelease",
"release": "npx lerna publish from-package --yes",
"test": "turbo run test"
},
"devDependencies": {
"@babel/types": "7.17.0",
"@sapphire/eslint-config": "4.3.2",
"@sapphire/prettier-config": "1.4.1",
"@sapphire/ts-config": "3.3.3",
"eslint": "8.11.0",
"lerna": "^4.0.0",
"prettier": "^2.5.1",
"rimraf": "3.0.2",
"turbo": "latest",
"typescript": "4.6.2",
"unbuild": "0.7.0"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"prettier": "@sapphire/prettier-config",
"packageManager": "[email protected]"
}