-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 1.08 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
{
"name": "reporters",
"version": "1.0.2",
"description": "A collection of reporters for `node:test`",
"type": "commonjs",
"main": "index.js",
"private": true,
"scripts": {
"mono": "c8 node scripts/mono-run.js",
"test": "yarn mono test",
"test:clean-snapshots": "rm -rf packages/**/.snapshots",
"test:update-snapshots": "SNAP_UPDATE=1 yarn test",
"lint": "eslint ."
},
"workspaces": [
"packages/*"
],
"repository": "git+https://github.com/MoLow/reporters.git",
"author": "Moshe Atlow",
"license": "MIT",
"bugs": {
"url": "https://github.com/MoLow/reporters/issues"
},
"homepage": "https://github.com/MoLow/reporters#readme",
"devDependencies": {
"c8": "^7.13.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"find-up": "^7.0.0",
"pretty-format": "^29.7.0",
"slash": "^5.1.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}