-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 921 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
{
"name": "wheat-farmer",
"version": "0.0.1",
"repository": "[email protected]:alexanderroidl/wheat-farmer.git",
"author": "Alexander Roidl <[email protected]>",
"homepage": "https://github.com/alexanderroidl/wheat-farmer",
"license": "MIT",
"scripts": {
"test": "mocha",
"docker:development": "cross-env DOCKER_BUILD_ENV=development docker-compose -f docker-compose.yml -f docker-compose.dev.yml up",
"docker:production": "bash ./scripts/pre-build_production.sh && DOCKER_BUILD_ENV=production docker-compose up",
"pre-commit": "node scripts/git-pre-commit-hook.js",
"lint": "eslint . --ext .js"
},
"devDependencies": {
"chai": "^4.3.4",
"chalk": "^4.1.1",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"eslint": "^7.26.0",
"mocha": "^8.4.0",
"pre-commit": "^1.2.2",
"signale": "^1.4.0"
},
"dependencies": {},
"pre-commit": "pre-commit"
}