-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.49 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.49 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@ember-data/codemods",
"version": "5.8.1",
"description": "Codemods for WarpDrive/EmberData paradigms",
"keywords": [],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:warp-drive-data/warp-drive.git",
"directory": "packages/codemods"
},
"type": "module",
"bin": {
"codemods": "codemods"
},
"scripts": {
"build:cli": "bun build bin/codemods.ts --compile --target node --outfile codemods --sourcemap",
"disabled:lint": "eslint . --quiet --cache --cache-strategy=content",
"ignore:test": "vitest run",
"test:watch": "vitest"
},
"exports": {
".": {
"default": "./src/index.ts"
}
},
"files": [
"bin",
"src",
"utils",
"codemods",
"logos",
"LICENSE.md",
"unstable-preview-types"
],
"author": "",
"license": "MIT",
"dependencies": {
"@ast-grep/napi": "^0.28.0",
"chalk": "^5.3.0",
"commander": "^14.0.0",
"glob": "^11.0.0",
"ignore": "^7.0.5",
"inquirer": "^10.0.0",
"jscodeshift": "^17.3.0",
"prettier": "3.6.2",
"strip-ansi": "^7.1.0",
"typescript": "^5.9.2",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/bun": "^1.2.20",
"@types/inquirer": "^9.0.0",
"@types/jscodeshift": "0.12.0",
"@types/node": "22.15.3",
"@warp-drive/internal-config": "workspace:*",
"eslint": "^9.34.0",
"qunit": "^2.20.1",
"vitest": "^2.0.0"
},
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@10.15.0"
}