seedling/package.json
Roman Jaroš 13ab39d1fd Initial builded version
Change-Id: I8937a5b559134d1d6029d16e9831c961287fee0c
2023-09-09 16:56:30 +02:00

17 lines
No EOL
345 B
JSON

{
"name": "seedling",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"minimist": "1.2.8",
"readline-sync": "1.4.10",
"replace-in-file": "7.0.1"
},
"keywords": [],
"author": "Roman Jaroš",
"license": "ISC"
}