UNPKG

@l2studio/nhentai-tags

Version:

A tags chinese database of nhentai.net

62 lines (61 loc) 1.65 kB
{ "name": "@l2studio/nhentai-tags", "version": "0.3.5", "description": "A tags chinese database of nhentai.net", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/l2studio/nhentai-tags.git", "author": "lgou2w <lgou2w@hotmail.com>", "license": "Apache-2.0", "engines": { "node": ">=12.0" }, "scripts": { "clean": "rimraf dist", "dev": "vite --port=8091", "sync:tags": "cross-env DEBUG='lgou2w:*' ts-node -T -P tsconfig.json scripts/sync.ts", "build:tags": "cross-env DEBUG='lgou2w:*' ts-node -T -P tsconfig.json scripts/build.ts", "build": "npm run build:tags && tsc", "prepublishOnly": "npm run clean && npm run build" }, "files": [ "dist" ], "keywords": [ "l2studio", "lgou2w", "nhentai-tags", "nhentai", "hentai", "hentai-tags", "r18", "r18-tags", "tags", "chinese", "chinese-translation" ], "devDependencies": { "@types/file-saver": "^2.0.5", "@types/node": "^16.11.27", "@types/numeral": "^2.0.2", "@types/react": "^18.0.5", "@types/react-dom": "^18.0.1", "@types/tunnel": "^0.0.3", "@vitejs/plugin-react": "^1.3.1", "cheerio": "^1.0.0-rc.10", "classnames": "^2.3.1", "cross-env": "^7.0.3", "debug": "^4.3.4", "dotenv": "^16.0.0", "file-saver": "^2.0.5", "got": "^11.8.3", "numeral": "^2.0.6", "react": "^18.0.0", "react-dom": "^18.0.0", "rimraf": "^3.0.2", "ts-node": "^10.7.0", "tunnel": "^0.0.6", "typescript": "^4.6.3", "vite": "^2.9.5" } }