generated from stegripe/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.51 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
{
"name": "@stegripe/sapphire-plugins",
"version": "1.0.0",
"description": "A bunch of plugins for the Sapphire Framework that used we used in our projects",
"license": "AGPL-3.0",
"author": "Stegripe Development <support@stegripe.org>",
"repository": {
"type": "git",
"url": "git+https://github.com/stegripe/sapphire-plugins.git"
},
"bugs": {
"url": "https://github.com/stegripe/sapphire-plugins/issues"
},
"homepage": "https://docs.stegripe.org",
"scripts": {
"build": "turbo build",
"build:docs": "typedoc",
"clean": "rimraf -g \"packages/**/dist\"",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"pretty": "turbo pretty",
"pretty:write": "turbo pretty:write",
"typecheck": "turbo typecheck",
"release": "pnpm build && changeset version && changeset publish"
},
"workspaces": [
"packages/*"
],
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">=20.9",
"npm": ">=10"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@sapphire/ts-config": "^5.0.1",
"@stegripe/eslint-config": "^1.0.1",
"@types/node": "^22.9.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"turbo": "^2.1.1",
"typedoc": "^0.26.6",
"typedoc-material-theme": "^1.1.0",
"typedoc-plugin-djs-links": "^2.2.1",
"typedoc-plugin-mdn-links": "^3.2.11",
"typescript": "^5.6.3"
}
}