1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-04 08:20:13 +02:00
pingvin-share/.setup/package.json
2022-04-25 15:15:17 +02:00

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"
}