strawberry-builder
Version:
31 lines (30 loc) • 710 B
JSON
{
"name": "strawberry-builder",
"version": "1.0.5",
"description": "The buildtool",
"main": "strawberry.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NamuTree0345/strawberry-buildtool.git"
},
"keywords": [
"buildtool",
"strawberry"
],
"author": "NamuTree0345",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/NamuTree0345/strawberry-buildtool/issues"
},
"homepage": "https://github.com/NamuTree0345/strawberry-buildtool#readme",
"dependencies": {
"chalk": "^4.1.0",
"express": "^4.17.1"
},
"bin": {
"strawberry":"./strawberry.js"
}
}