generated from HackYourFutureBelgium/inside-js
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
39 lines (39 loc) · 1.25 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
{
"name": "bf-inside-js",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"format": "prettier --write ./",
"format:check": "prettier --check ./",
"spell-check": "cspell \"./**\"",
"lint:ls": "ls-lint",
"lint:md": "markdownlint --config ./.markdownlint.jsonc --fix ./ ",
"lint:js": "eslint --max-warnings=0 --ext=.js --format=codeframe --format=table",
"test": "node --experimental-vm-modules node_modules/.bin/jest --passWithNoTests",
"study": "study"
},
"author": "HackYourFutureBelgium",
"license": "MIT",
"devDependencies": {
"@ls-lint/ls-lint": "^2.0.0",
"cspell": "^6.31.1",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-formatter-table": "^7.32.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsdoc": "^44.2.7",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sonarjs": "^0.19.0",
"jest": "^29.5.0",
"markdownlint-cli": "^0.34.0",
"misc-utils-of-mine-typescript": "0.0.12",
"prettier": "^2.8.8",
"study-lenses": "^0.0.174"
}
}