APO_automat/z1-prototype/package.json

15 lines
266 B
JSON
Raw Normal View History

2019-10-08 17:44:05 +02:00
{
"name": "vending-machine",
"version": "1.0.0",
"description": "",
"main": "menu.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"readline-sync": "^1.4.10"
}
}