-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "dad",
"version": "2.0.0",
"description": "Dummy Address Data (DAD) - Real addresses from all around the world.",
"main": "index.js",
"engines": {
"node": ">=16"
},
"scripts": {
"format": "prettier --config node_modules/justintime50-styles/src/javascript/.prettierrc.yaml --write .",
"format-check": "prettier --config node_modules/justintime50-styles/src/javascript/.prettierrc.yaml --check .",
"lint": "eslint . --config node_modules/justintime50-styles/src/javascript/.eslintrc.yaml --env node",
"fix": "eslint . --config node_modules/justintime50-styles/src/javascript/.eslintrc.yaml --env node --fix",
"test": "_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Justintime50/dad.git"
},
"keywords": [
"dummy",
"address",
"data",
"dad"
],
"author": "Justintime50",
"license": "MIT",
"devDependencies": {
"chai": "^4.4",
"eslint": "^8.57",
"eslint-plugin-json": "^4.0",
"justintime50-styles": "^0.6.0",
"mocha": "^10.6",
"nyc": "^17.0",
"prettier": "^3.3",
"sinon": "^18.0"
}
}