dad-tool
Version:
Dummy Address Data (DAD) - Retrieve real addresses from all around the world.
40 lines (39 loc) • 1.12 kB
JSON
{
"name": "dad",
"version": "3.0.0",
"description": "Dummy Address Data (DAD) - Real addresses from all around the world.",
"main": "index.js",
"type": "module",
"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 -c node_modules/justintime50-styles/src/javascript/eslint.config.js .",
"fix": "eslint -c node_modules/justintime50-styles/src/javascript/eslint.config.js --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": "^5.2",
"eslint": "^9.32",
"eslint-plugin-json": "^4.0",
"justintime50-styles": "^0.10.0",
"mocha": "^11.7",
"nyc": "^17.1",
"prettier": "^3.6",
"sinon": "^21.0"
}
}