ffc/cli/package.json
2020-07-20 22:33:38 +02:00

16 lines
340 B
JSON

{
"name": "cli",
"version": "0.0.1",
"description": "generate files for ffc",
"main": "index.js",
"scripts": {
"cli": "node index.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Niko Lockenvitz",
"license": "MIT",
"dependencies": {
"uuid": "^8.2.0"
}
}