blob: e905b105a50d15c8768dc4d90744c03d428b396d [file] [log] [blame]
Samuel Shuert274a4d62023-12-01 15:04:55 -05001{
2 "name": "v8-compile-cache-lib",
3 "version": "3.0.1",
4 "description": "Require hook for automatic V8 compile cache persistence",
5 "main": "v8-compile-cache.js",
6 "scripts": {
7 "bench": "bench/run.sh",
8 "eslint": "eslint --max-warnings=0 .",
9 "tap": "tap test/*-test.js",
10 "test": "npm run tap",
11 "posttest": "npm run eslint"
12 },
13 "author": "Andrew Bradley <cspotcode@gmail.com>",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/cspotcode/v8-compile-cache-lib.git"
17 },
18 "files": [
19 "v8-compile-cache.d.ts",
20 "v8-compile-cache.js"
21 ],
22 "license": "MIT",
23 "dependencies": {},
24 "devDependencies": {
25 "babel-core": "6.26.3",
26 "eslint": "^7.12.1",
27 "flow-parser": "0.136.0",
28 "rimraf": "^2.5.4",
29 "rxjs": "6.6.3",
30 "semver": "^5.3.0",
31 "tap": "^9.0.0",
32 "temp": "^0.8.3",
33 "yarn": "1.22.10"
34 }
35}