-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@istanbuljs/esm-loader-hook",
"version": "0.2.0",
"description": "Loader hook for ESM instrumentation (experimental!!)",
"type": "module",
"main": "index.js",
"exports": "./index.js",
"scripts": {
"pretest": "cfware-lint .",
"tests-only": "c8 -r none node test/index.js | tap-yaml-summary",
"test": "npm run -s tests-only",
"posttest": "c8 report --check-coverage",
"snap": "cross-env TAP_SNAPSHOT=1 npm test",
"release": "standard-version"
},
"engines": {
"node": ">=16.12.0"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/esm-loader-hook.git"
},
"bugs": {
"url": "https://github.com/istanbuljs/esm-loader-hook/issues"
},
"homepage": "https://github.com/istanbuljs/esm-loader-hook#readme",
"dependencies": {
"@babel/core": "^7.8.7",
"@istanbuljs/load-nyc-config": "^1.1.0",
"@istanbuljs/schema": "^0.1.3",
"babel-plugin-istanbul": "^6.0.0",
"test-exclude": "^6.0.0"
},
"devDependencies": {
"@cfware/lint": "^2.0.6",
"c8": "^7.11.3",
"cross-env": "^7.0.3",
"libtap": "^1.4.0",
"standard-version": "^9.5.0",
"tap-yaml-summary": "^0.1.0"
}
}