tfd-api
Version:
A simple API wrapper to interact with The First Descendant API
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "tfd-api",
"version": "1.0.8",
"description": "A simple API wrapper to interact with The First Descendant API",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"lint": "tsc --noEmit"
},
"keywords": [
"tfd",
"the-first-descendant",
"bunny",
"tfd-api",
"the-first-descendant-api"
],
"license": "MIT",
"author": "Francesco Lombardo <frawolf@outlook.it> (https://frawolf.dev)",
"repository": {
"type": "git",
"url": "https://github.com/FraWolf/tfd-api"
},
"bugs": {
"url": "https://github.com/FraWolf/tfd-api/issues",
"email": "frawolf@outlook.it"
},
"homepage": "https://github.com/FraWolf/tfd-api",
"engines": {
"node": ">=14.17.0",
"pnpm": ">=8.0.0"
},
"devDependencies": {
"@types/node": "^20.14.9",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
"typescript": "^5.5.3"
},
"dependencies": {
"isomorphic-unfetch": "3.1.0"
}
}