UNPKG

@zougui/common.furaffinity

Version:

42 lines (41 loc) 1.15 kB
{ "name": "@zougui/common.furaffinity", "version": "0.2.1", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "start": "nodemon lib", "test": "jest", "test:watch": "jest --watchAll", "test:coverage": "jest --collectCoverage", "compile": "tsc --project .", "compile:watch": "npm run compile -- --watch", "clean": "rimraf ./lib & rimraf tsconfig.tsbuildinfo", "build": "npm run clean && npm run compile", "prepublishOnly": "npm run build && npm run test:coverage" }, "devDependencies": { "@types/jest": "^29.4.0", "@types/jsdom": "^21.1.0", "@types/luxon": "^3.2.0", "jest": "^29.4.3", "rimraf": "^4.1.2", "ts-jest": "^29.0.5", "type-fest": "^3.6.0", "typescript": "^4.9.5" }, "keywords": ["furaffinity", "fa", "furry"], "author": "Zougui", "license": "ISC", "dependencies": { "@zougui/common.string-utils": "^0.2.0", "@zougui/common.url-utils": "^0.3.0", "furaffinity-api": "^4.5.1", "jsdom": "^21.1.0", "luxon": "^3.2.1", "qs": "^6.11.0", "string-strip-html": "8.4.0", "zod": "^3.20.6" } }