wf-setup
Version:
Use Conventional Commits for Versioning standard-version follows the Conventional Commits pattern:
28 lines (27 loc) • 616 B
JSON
{
"name": "wf-setup",
"version": "1.3.0-beta.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayushya-patel/wf-setup.git"
},
"keywords": [
"abcd"
],
"author": "ayushya",
"license": "MIT",
"bugs": {
"url": "https://github.com/ayushya-patel/wf-setup/issues"
},
"homepage": "https://github.com/ayushya-patel/wf-setup#readme",
"description": "",
"devDependencies": {
"standard-version": "^9.5.0"
}
}