mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 07:20:13 +01:00
25 lines
505 B
JSON
25 lines
505 B
JSON
{
|
|
"name": "setup",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"typescript": "^4.6.3",
|
|
"axios": "^0.26.1",
|
|
"cookie": "^0.5.0",
|
|
"node-appwrite": "^5.1.0",
|
|
"readline-sync": "^1.4.10",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/readline-sync": "^1.4.4",
|
|
"@types/tar": "^6.1.1",
|
|
"ts-node": "^10.7.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|