r34-client
Version:
Client side library for interacting with a r34-json-api
37 lines (36 loc) • 751 B
JSON
{
"name": "r34-client",
"version": "1.0.3",
"description": "Client side library for interacting with a r34-json-api",
"main": "index",
"types": "index",
"scripts": {
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kurozenzen/r34-client.git"
},
"keywords": [
"typescript",
"r34",
"rule34",
"rest",
"client",
"api",
"api-client"
],
"author": "kurozenzen",
"license": "MIT",
"bugs": {
"url": "https://github.com/kurozenzen/r34-client/issues"
},
"homepage": "https://github.com/kurozenzen/r34-client#readme",
"devDependencies": {
"typescript": "^4.3.5",
"r34-types": "^1.1.6"
},
"dependencies": {
"firebase": "^8.9.1"
}
}