-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
{
"name": "exemplar-js",
"version": "1.0.0",
"description": "",
"main": "",
"repository": {
"type": "git",
"url": "git+https://github.com/AlexJeffcott/exemplar-js.git"
},
"keywords": [],
"author": "Alex Jeffcott",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexJeffcott/exemplar-js/issues"
},
"engines": {
"node": ">=16.X.X",
"npm": ">=8.X.X"
},
"homepage": "https://github.com/AlexJeffcott/exemplar-js#readme",
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"clean": "lerna clean",
"add:dev": "lerna add --dev",
"in-all-packages": "lerna run --stream",
"in-tsc-only-node": "lerna run --stream --scope tsc-only-node",
"in-frontend-react": "lerna run --stream --scope frontend-react",
"prepare": "husky install"
},
"devDependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.1",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"husky": "^7.0.4",
"lerna": "^4.0.0"
}
}