mirror of
https://github.com/artegoser/piped-api.git
synced 2024-11-05 12:03:57 +03:00
45 lines
1 KiB
JSON
45 lines
1 KiB
JSON
{
|
|
"name": "piped-api",
|
|
"version": "1.2.3",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"types": "dist/index.d.ts",
|
|
"homepage": "https://github.com/artegoser/piped-api#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/artegoser/piped-api.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc",
|
|
"docs": "typedoc src/index.ts src/types.ts",
|
|
"prepublishOnly": "npm i && npm run build"
|
|
},
|
|
"keywords": [
|
|
"api",
|
|
"piped",
|
|
"piped-api",
|
|
"youtube",
|
|
"youtube-api",
|
|
"piped-youtube",
|
|
"piped-youtube-api",
|
|
"typescript",
|
|
"typed"
|
|
],
|
|
"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",
|
|
"typedoc": "^0.24.8",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.4.0"
|
|
}
|
|
}
|