-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.13 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.13 KB
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
{
"name": "@nixysoftware/config",
"description": "Configuration files.",
"author": "Nixy <info@nixy.software>",
"repository": "github:NixySoftware/config",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo build",
"check:licenses": "license-checker-rseidelsohn --summary --excludePackagesStartingWith '@nixysoftware/' --onlyAllow '0BSD;Apache-2.0;BSD-2-Clause;BSD-3-Clause;BSD*;BlueOak-1.0.0;CC0-1.0;CC-BY-3.0;CC-BY-4.0;ISC;MIT;MPL-2.0;Python-2.0;Unlicense'",
"check:types": "npm run build",
"dev": "turbo dev",
"lint": "turbo lint",
"prepare": "npm run build"
},
"devDependencies": {
"@commitlint/cli": "^21.0.0",
"@commitlint/config-conventional": "^21.0.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"lerna": "^9.0.3",
"license-checker-rseidelsohn": "^4.4.2",
"prettier": "^3.4.2",
"prettier-plugin-sort-json": "^4.1.1",
"turbo": "^2.5.8"
},
"engines": {
"node": ">=22"
},
"packageManager": "npm@11.15.0"
}