UNPKG

rule34js

Version:
41 lines (40 loc) 858 B
{ "name": "rule34js", "version": "2.2.0", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": "https://github.com/SupinePandora43/rule34js", "author": "SupinePandora43 <supinepandoraggg@gmail.com>", "contributors": [ { "name": "SupinePandora43", "email": "supinepandoraggg@gmail.com", "url": "https://github.com/SupinePandora43" } ], "license": "MIT", "scripts": { "build": "tsc", "test": "echo NOPE.avi", "ci": "npm run-script build" }, "keywords": [ "rule", "34", "rule34", "rule34.xxx", "xxx", "web", "api", "async" ], "dependencies": { "bent": "^7.3.7", "fast-xml-parser": "^3.17.4" }, "devDependencies": { "typescript": "^3.9.5", "@types/bent": "^7.0.2", "zora": "^4.0.0" } }