2023-08-03 20:36:16 +03:00
|
|
|
{
|
|
|
|
"name": "piped-api",
|
2023-08-03 21:13:33 +03:00
|
|
|
"version": "1.0.2",
|
2023-08-03 20:36:16 +03:00
|
|
|
"description": "",
|
|
|
|
"main": "dist/index.js",
|
2023-08-03 21:13:33 +03:00
|
|
|
"type": "module",
|
2023-08-03 20:36:16 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2023-08-03 21:00:47 +03:00
|
|
|
"build": "tsc",
|
|
|
|
"prepublishOnly": "npm run build"
|
2023-08-03 20:36:16 +03:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "artegoser",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/got": "^9.6.12",
|
|
|
|
"@types/node": "^20.4.6",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
|
|
|
"@typescript-eslint/parser": "^6.2.1",
|
|
|
|
"eslint": "^8.46.0",
|
|
|
|
"ts-node": "^10.9.1",
|
|
|
|
"typescript": "^5.1.6"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"got": "^13.0.0"
|
|
|
|
}
|
|
|
|
}
|