13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"name": "vending-tycoon-cli",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "Mason Payne <gomas.bmw@gmail.com>",
|
|
"license": "UNLICENCED",
|
|
"private": true,
|
|
"dependencies": {
|
|
"crypto-random-string": "^3.2.0",
|
|
"unique-names-generator": "^4.2.0"
|
|
}
|
|
}
|