mirror of
https://github.com/tcsenpai/appetite.git
synced 2025-06-04 16:30:04 +00:00
18 lines
367 B
JSON
18 lines
367 B
JSON
{
|
|
"name": "appero",
|
|
"version": "1.0.0",
|
|
"description": "URLs to native apps",
|
|
"main": "appero.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "TCSenpai",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"fs-extra": "^11.1.0",
|
|
"prompt-sync": "^4.2.0",
|
|
"request": "^2.88.2",
|
|
"decompress": "^4.2.1"
|
|
}
|
|
}
|