thehandy
Version:
A TypeScript wrapper around the public REST API for The Handy
30 lines (29 loc) • 656 B
JSON
{
"name": "thehandy",
"version": "1.1.0",
"description": "A TypeScript wrapper around the public REST API for The Handy",
"keywords": [
"handy",
"funscript",
"the handy",
"thehandy"
],
"author": "Defucilis",
"license": "MIT",
"homepage": "https://github.com/defucilis/thehandy",
"bugs": {
"url": "https://github.com/defucilis/thehandy/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/defucilis/thehandy.git"
},
"devDependencies": {
"typescript": "^4.1.5"
},
"main": "lib/index.js",
"types": "lib",
"scripts": {
"build": "tsc -p ."
}
}