@fto-consult/neut
Version:
cli for Neutralino js app generator and builder
29 lines (28 loc) • 602 B
JSON
{
"name": "@fto-consult/neut",
"version": "1.1.6",
"description": "cli for Neutralino js app generator and builder",
"main": "index.js",
"bin": {
"@fto-consult/neut": "index.js"
},
"scripts": {
"test": "test",
"clear-npx": "npm cache clean --force && ",
"clear-npx-cache": "npx clear-npx-cache"
},
"keywords": [
"neutralino",
"javascript",
"typescript",
"web",
"application"
],
"author": "Boris Fouomene",
"license": "MIT",
"dependencies": {
"@fto-consult/electron-gen": "^2.7.4",
"uuid": "^9.0.1",
"websocket": "^1.0.34"
}
}