ffc/cli/package.json
2020-05-23 17:12:14 +02:00

13 lines
No EOL
293 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"
}