-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 947 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
38
39
40
41
42
43
{
"name": "@flowr/ts-template",
"type": "module",
"version": "0.1.0",
"packageManager": "[email protected]",
"engineStrict": true,
"author": "Pulseflow",
"license": "(LicenseRef-OQL-1.2 OR MIT OR Apache-2.0)",
"funding": "https://ko-fi.com/pauliesnug",
"homepage": "https://dyn.gay",
"repository": {
"type": "git",
"url": "https://github.com/pulseflow/ts-template.git",
"directory": "/"
},
"bugs": "https://github.com/pulseflow/ts-template/issues",
"sideEffects": false,
"engines": {
"node": ">=20",
"pnpm": ">=9",
"npm": "pnpm",
"yarn": "pnpm"
},
"scripts": {
"build": "",
"lint": "pnpm eslint --cache .",
"lint:fix": "pnpm lint --fix",
"release": "pnpm bumpp -r"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"@flowr/eslint-config": "^4.4.0",
"@flowr/typescript": "^4.4.0",
"@types/node": "^22.7.4",
"bumpp": "^9.6.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
}
}