-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 KB
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
44
{
"name": "ember-codemods-telemetry-helpers",
"version": "4.0.0",
"private": false,
"description": "Helpers for gathering app telemetry for codemods.",
"repository": "https://github.com/ember-codemods/ember-codemods-telemetry-helpers",
"license": "MIT",
"author": "",
"contributors": [
"Ryan Mark <[email protected]>"
],
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
"test": "vitest --no-file-parallelism"
},
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"fs-extra": "^8.1.0",
"git-repo-info": "^2.1.0",
"puppeteer": "^24.22.0",
"sync-disk-cache": "^1.3.3",
"walk-sync": "^2.0.2"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"execa": "^2.1.0",
"prettier": "^1.18.2",
"release-plan": "^0.17.0",
"vitest": "^3.2.4"
},
"packageManager": "[email protected]+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef",
"engines": {
"node": "20.* || 22.* || >= 24.*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}