-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "@dalisoft/npm-packages",
"private": true,
"workspaces": [
"packages/*"
],
"type": "module",
"engines": {
"node": ">=18.19.1"
},
"scripts": {
"release": "pnpm -r --workspace-concurrency=1 exec ../../.release-me/release.sh -w --use-version --plugins=npm,npm-post,git,github-release --preset=workspace",
"lint": "echo 'No linter configured yet' && exit 0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-lerna-scopes": "^19.5.0",
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-sucrase": "^5.0.2",
"ava": "^6.2.0",
"eslint": "^9.14.0",
"eslint-config-airlight-node": "^5.6.3",
"husky": "^9.1.6",
"husky-config-airlight": "^4.0.4",
"lint-staged": "^15.2.10",
"lint-staged-config-airlight": "^4.1.4",
"prettier-config-airlight": "^6.0.4",
"rollup": "^4.25.0",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"smartlint": "^7.0.6",
"terser": "^5.36.0",
"typescript": "^5.6.3"
},
"dependencies": {
"lib-export": "^0.0.3"
}
}