generated from theholocron/node-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "@theholocron/configs",
"version": "0.0.0",
"description": "Shareable configuration files.",
"homepage": "https://github.com/theholocron/configs#readme",
"bugs": "https://github.com/theholocron/configs/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/theholocron/configs.git"
},
"license": "GPL-3.0",
"author": "Newton Koumantzelis",
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "turbo run lint",
"release": "changeset",
"test": "turbo run test"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"husky": "^9.1.6",
"turbo": "^2.2.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20",
"npm": ">=10"
},
"publishConfig": {
"access": "public"
},
"releases": "https://github.com/theholocron/configs/releases",
"wiki": "https://github.com/theholocron/configs/wiki"
}