-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 997 Bytes
/
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
{
"name": "prodexplora",
"version": "1.0.0",
"description": "prodexplora - Connecting two dimensions",
"main": "index.js",
"scripts": {
"start": "turbo run dev",
"test": "jest",
"build": "turbo run build",
"prod:build": "turbo run build",
"prod:start": "node apps/backend/dist/main",
"test:e2e": "echo \"Error: no test specified\" && exit 1",
"test:cov": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"commit": "commit"
},
"workspaces": [
"apps/*"
],
"keywords": [
"open-source",
"javascript",
"prodexplora"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@commitlint/prompt-cli": "^18.5.0",
"conventional-changelog-atom": "^4.0.0",
"husky": "^8.0.3",
"turbo": "^1.11.3"
}
}