UNPKG

modern-ahocorasick

Version:
86 lines (85 loc) 2.17 kB
{ "name": "modern-ahocorasick", "type": "module", "version": "2.0.4", "packageManager": "pnpm@9.15.5", "description": "modern-ahocorasick", "author": "SonOfMagic <qq1324318532@gmail.com>", "license": "MIT", "homepage": "https://github.com/sonofmagic/modern-ahocorasick#readme", "repository": { "type": "git", "url": "https://github.com/sonofmagic/modern-ahocorasick.git" }, "bugs": { "url": "https://github.com/sonofmagic/modern-ahocorasick/issues" }, "keywords": [ "ahocorasick", "modern", "cjs", "js" ], "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./*": "./*" }, "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "scripts": { "dev": "tsup --watch --sourcemap", "build:dev": "tsup --sourcemap", "build": "tsup", "test:dev": "vitest", "test": "vitest run", "init:rename": "node scripts/init/rename.js", "init:bin": "node scripts/init/bin.js", "clean": "node scripts/clean.js", "format": "pnpm prettier --check \"src/**/*.{ts,js}\" -w", "ls:pack": "npm pack --dry-run", "semantic-release": "semantic-release", "sync": "cnpm sync modern-ahocorasick" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "devDependencies": { "@icebreakers/eslint-config": "^0.7.13", "@tsconfig/recommended": "^1.0.8", "@types/klaw": "^3.0.6", "@types/lodash": "^4.17.15", "@types/lodash-es": "^4.17.12", "@types/node": "^22.13.1", "@types/semantic-release": "^20.0.6", "@vitest/coverage-v8": "^3.0.5", "cross-env": "^7.0.3", "defu": "^6.1.4", "del": "^8.0.0", "eslint": "9.19.0", "klaw": "^4.1.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "semantic-release": "^24.2.1", "tsup": "^8.3.6", "typescript": "^5.7.3", "vitest": "^3.0.5" } }