forked from DeNepo/behavior-strategy-implementation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1007 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
{
"name": "behavior-strategy-implementation",
"version": "1.0.0",
"description": "when you learn how to solve coding challenges",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/HackYourFutureBelgium/behavior-strategy-implementation.git"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/.bin/jest --silent ",
"lint:js": "eslint --format=codeframe",
"format": "prettier --write ./"
},
"author": "HackYourFutureBelgium",
"license": "MIT",
"bugs": {
"url": "https://github.com/HackYourFutureBelgium/behavior-strategy-implementation/issues"
},
"homepage": "https://github.com/HackYourFutureBelgium/behavior-strategy-implementation#readme",
"devDependencies": {
"prettier": "^2.2.1",
"jest-cli": "^26.6.3",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^32.3.1",
"eslint-plugin-spellcheck": "0.0.17"
}
}