@uwu-codes/furaffinity-api
Version:
FurAffinity wrapper for Node.js
55 lines (54 loc) • 1.26 kB
JSON
{
"name": "@uwu-codes/furaffinity-api",
"version": "4.0.1-dev.1",
"description": "FurAffinity wrapper for Node.js",
"main": "dist/index.js",
"scripts": {
"test": "mocha -r ts-node/register **/*.spec.ts",
"dev": "tsc-watch --compiler typescript/bin/tsc",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/UwUCode/furaffinity-api"
},
"keywords": [
"furaffinity"
],
"contributors": [
"mcrocks999",
"recallfuture",
"radarcz"
],
"license": "ISC",
"dependencies": {
"cheerio": "1.0.0-rc.5",
"cloudscraper": "^4.6.0",
"lodash": "^4.17.20",
"request": "^2.88.2"
},
"devDependencies": {
"@types/chai": "^4.2.9",
"@types/cheerio": "0.22.21",
"@types/lodash": "^4.14.161",
"@types/mocha": "^7.0.1",
"@types/node": "^10.12.18",
"@types/request": "^2.48.4",
"@types/request-promise": "^4.1.45",
"chai": "^4.2.0",
"mocha": "^7.1.0",
"request-promise": "^4.2.5",
"rimraf": "^3.0.2",
"ts-node": "^8.6.2",
"tsc-watch": "^4.0.0",
"typescript": "^3.7.4"
},
"files": [
"dist"
],
"private": false,
"publishConfig": {
"access": "public"
}
}