piped-api/package.json

46 lines
1 KiB
JSON
Raw Normal View History

2023-08-03 20:36:16 +03:00
{
"name": "piped-api",
2023-08-10 12:05:59 +03:00
"version": "1.2.1",
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 21:20:26 +03:00
"types": "dist/index.d.ts",
2023-08-03 21:34:10 +03:00
"homepage": "https://github.com/artegoser/piped-api#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/artegoser/piped-api.git"
},
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",
2023-08-09 16:12:48 +03:00
"docs": "typedoc src/index.ts src/types.ts",
2023-08-10 12:05:59 +03:00
"prepublishOnly": "npm i && npm run build"
2023-08-03 20:36:16 +03:00
},
2023-08-03 21:34:10 +03:00
"keywords": [
"api",
"piped",
"piped-api",
"youtube",
"youtube-api",
"piped-youtube",
"piped-youtube-api",
"typescript",
"typed"
],
2023-08-03 20:36:16 +03:00
"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",
2023-08-09 09:49:36 +03:00
"typedoc": "^0.24.8",
2023-08-03 20:36:16 +03:00
"typescript": "^5.1.6"
},
"dependencies": {
2023-08-08 18:03:31 +03:00
"axios": "^1.4.0"
2023-08-03 20:36:16 +03:00
}
}