-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.6 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
49
50
51
52
53
54
55
{
"name": "@nanoexpress/addons",
"version": "1.0.0",
"description": "Add-on packages for nanoexpress",
"private": true,
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=18.12.1"
},
"scripts": {
"lint": "smartlint",
"build": "rollup -c",
"semantic-release": "lerna exec --concurrency 1 -- semantic-release -e semantic-release-monorepo",
"prepare": "husky install",
"prepublishOnly": "yarn build"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-lerna-scopes": "^17.4.2",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/cli-color": "^2.0.0",
"@types/debug": "^4.1.7",
"@types/glob": "^8.1.0",
"@types/is-glob": "^4.0.1",
"@types/js-yaml": "^4.0.4",
"@types/json-schema": "^7.0.11",
"@types/lodash": "^4.14.191",
"@types/minimist": "^1.2.1",
"@types/mkdirp": "^2.0.0",
"@types/mz": "^2.7.2",
"@types/node": "^18.14.4",
"@types/prettier": "^2.7.2",
"@types/rimraf": "^4.0.5",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.35.0",
"eslint-config-airlight-node": "^4.0.0",
"husky": "^8.0.3",
"lerna": "^6.5.1",
"lint-staged": "^13.1.2",
"lint-staged-config-airlight": "^4.0.0",
"prettier": "^2.8.4",
"prettier-config-airlight": "^2.0.0",
"rollup": "^3.18.0",
"rollup-plugin-typescript2": "^0.34.1",
"semantic-release": "^20.1.1",
"semantic-release-monorepo": "^7.0.5",
"smartlint": "^6.0.0",
"typedoc": "^0.23.26",
"typescript": "^4.9.5"
}
}