sweetpea
Version:
Signal and Web Component Enhanced Web Apps
33 lines (32 loc) • 797 B
JSON
{
"name": "sweetpea",
"type": "module",
"version": "1.1.2",
"description": "Signal and Web Component Enhanced Web Apps",
"main": "index.html",
"scripts": {
"save": "git add .; git commit -m 'Updated Release'; git push; npm version patch; npm publish; git push;"
},
"keywords": [
"visual-programming-language",
"graph-editor",
"flow-based-programming",
"dataflow-programming",
"visual-programming",
"low-code",
"vpl"
],
"author": "@catpea",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/catpea/sweetpea.git"
},
"bugs": {
"url": "https://github.com/catpea/sweetpea/issues"
},
"homepage": "https://github.com/catpea/sweetpea#readme",
"dependencies": {
"lodash-es": "^4.17.21"
}
}