UNPKG

edge-hitomi

Version:

edging hitomi

52 lines (51 loc) 1.31 kB
{ "name": "edge-hitomi", "version": "8.0.6-edge.1.0.5", "description": "edging hitomi", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup src/index.mts --format cjs,esm --dts --minify terser --treeshake", "test": "node --require=ts-node/register --watch src/test.mts", "lint": "eslint src --ext .ts", "prepublishOnly": "npm run build", "docs": "npx typedoc 'src/*' 'src/**/*' --exclude node_modules --exclude src/test.mts --plugin typedoc-material-theme --themeColor '#cb9820' --entryPointStrategy expand" }, "keywords": [ "hitomi", "edge" ], "author": { "name": "ztmayo" }, "contributors": [ { "name": "H2Owater425", "email": "h2o@dhmo.kr", "url": "https://github.com/h2owater425/node-hitomi" } ], "license": "MIT", "devDependencies": { "@cloudflare/next-on-pages": "^1.13.7", "@eslint/js": "^9.16.0", "@types/node": "^22.10.2", "eslint": "^9.16.0", "eslint-plugin-next-on-pages": "^1.13.7", "terser": "^5.37.0", "ts-node": "^10.9.2", "tslib": "^2.8.1", "tsup": "^8.3.5", "typedoc": "^0.27.5", "typedoc-material-theme": "^1.2.0", "typescript": "^5.7.2", "typescript-eslint": "^8.18.0" }, "repository": { "type": "git", "url": "https://github.com/ztmayo/edge-hitomi.git" } }