json-creator
Version:
Create json data from a template object with ES6 Template Literals.
47 lines (46 loc) • 1.34 kB
JSON
{
"name": "json-creator",
"version": "0.0.5",
"description": "Create json data from a template object with ES6 Template Literals.",
"bin": {
"json-creator": "dist/cli.js"
},
"main": "dist/index.js",
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir ./dist",
"test": "npm-run-all -s build test-no-build",
"test-no-build": "ava --verbose",
"patch-release": "npm test && npm version patch && npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forsleeping/json-creator.git"
},
"keywords": [
"json-creator",
"template",
"json",
"generator",
"dev-tool",
"template literals"
],
"author": "wsysuper",
"license": "MIT",
"bugs": {
"url": "https://github.com/forsleeping/json-creator/issues"
},
"homepage": "https://github.com/forsleeping/json-creator#readme",
"dependencies": {
"commander": "^2.20.0",
"faker": "^4.1.0",
"json5": "^2.1.0"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"ava": "^2.2.0",
"cross-env": "^5.2.0",
"npm-run-all": "^4.1.5"
}
}