{ "name": "modern-ahocorasick", "version": "1.0.1", "description": "modern-ahocorasick", "main": "dist/index.js", "module": "dist/index.mjs", "types": "types/index.d.ts", "scripts": { "dev": "pnpm clean && pnpm dts && cross-env NODE_ENV=development rollup --config rollup.config.ts --configPlugin typescript -w", "build": "pnpm clean && pnpm dts && cross-env NODE_ENV=production rollup --config rollup.config.ts --configPlugin typescript", "build:tsc": "cross-env NODE_ENV=development tsc --build tsconfig.json", "dts": "tsc --emitDeclarationOnly -p tsconfig.dts.json", "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", "prepare": "ts-patch install -s", "semantic-release": "semantic-release", "sync": "cnpm sync modern-ahocorasick" }, "packageManager": "pnpm@8.6.9", "repository": { "type": "git", "url": "https://github.com/sonofmagic/modern-ahocorasick.git" }, "files": [ "dist", "types" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "keywords": [], "author": "SonOfMagic ", "license": "MIT", "bugs": { "url": "https://github.com/sonofmagic/modern-ahocorasick/issues" }, "homepage": "https://github.com/sonofmagic/modern-ahocorasick#readme", "devDependencies": { "@rollup/plugin-alias": "^5.0.0", "@rollup/plugin-commonjs": "^25.0.3", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.2", "@tsconfig/recommended": "^1.0.2", "@types/klaw": "^3.0.3", "@types/lodash": "^4.14.197", "@types/lodash-es": "^4.17.8", "@types/node": "^20.4.9", "@types/semantic-release": "^20.0.1", "@vitest/coverage-v8": "^0.34.1", "cross-env": "^7.0.3", "defu": "^6.1.2", "del": "^7.0.0", "eslint": "8.47.0", "eslint-config-icebreaker": "^1.2.2", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "fast-sort": "^3.4.0", "klaw": "^4.1.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "only-allow": "^1.1.1", "prettier": "^3.0.1", "rollup": "^3.28.0", "rollup-plugin-visualizer": "^5.9.2", "semantic-release": "^21.0.7", "ts-node": "^10.9.1", "ts-patch": "^3.0.2", "tsconfig-paths": "^4.2.0", "tslib": "^2.6.1", "typescript": "^5.1.6", "typescript-transform-paths": "^3.4.6", "vitest": "^0.34.1" } }