boards
Version:
Code generators made easy, and flexible.
41 lines (40 loc) • 1.09 kB
JSON
{
"name": "boards",
"version": "3.2.1",
"description": "Code generators made easy, and flexible.",
"main": "index.js",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version": "npm run changelog && git add -A CHANGELOG.md",
"postpublish": "git push upstream master && git push upstream --tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SpoonX/boards.git"
},
"keywords": [
"sx",
"boards",
"generator"
],
"author": "RWOverdijk <wesley@spoonx.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SpoonX/boards/issues"
},
"homepage": "https://github.com/SpoonX/boards#readme",
"dependencies": {
"glob": "^7.1.1",
"homefront": "^2.0.0",
"mkdirp": "^0.5.1",
"plugin-discovery": "^1.2.0",
"prettier-eslint": "^8.3.1",
"procurator": "^2.2.0",
"request": "^2.81.0",
"stream-replace": "^1.0.0"
},
"devDependencies": {
"conventional-changelog-cli": "^1.3.4"
}
}