forked from dzcode-io/leblad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.29 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@dzcode-io/leblad",
"version": "0.0.2",
"description": "Algerian administrative areas package",
"main": "src/index.js",
"private": false,
"scripts": {
"test": "jest",
"test.watch": "jest --watch",
"test.mutation": "stryker run",
"lint": "eslint .",
"lint.fix": "eslint . --fix",
"update-dataset": "node update-wilaya-dataset.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dzcode-io/leblad.git"
},
"keywords": [
"dz",
"algeria",
"algérie",
"wilaya"
],
"author": "Fortas Abdeldjalil (https://fcmam5.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dzcode-io/leblad/issues"
},
"homepage": "https://github.com/dzcode-io/leblad#readme",
"devDependencies": {
"@stryker-mutator/core": "^4.0.0",
"@stryker-mutator/jest-runner": "^4.0.0",
"@types/jest": "^26.0.14",
"axios": "^0.20.0",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-sonarjs": "^0.5.0",
"husky": "^4.3.0",
"jest": "^26.5.2",
"prettier": "^2.1.2"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run test"
}
}
}