-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.46 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
{
"name": "@synvert-hq/synvert-core",
"version": "2.24.3",
"description": "write javascript code to rewrite javascript code",
"main": "lib/synvert.js",
"types": "lib/synvert.d.ts",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"test": "jest",
"watch:test": "jest --watch",
"prepack": "npm run build"
},
"author": "Richard Huang",
"keywords": [
"ast",
"rewrite"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/synvert-hq/synvert-core-javascript/issues"
},
"homepage": "https://github.com/synvert-hq/synvert-core-javascript#readme",
"dependencies": {
"@synvert-hq/espree": "^10.0.1",
"@synvert-hq/gonzales-pe": "^1.1.0",
"@synvert-hq/node-mutation": "^1.18.0",
"@synvert-hq/node-query": "^1.19.4",
"@yarnpkg/lockfile": "^1.1.0",
"compare-versions": "^3.6.0",
"debug": "^4.3.4",
"eslint-visitor-keys": "^3.2.0",
"fast-glob": "^3.2.11",
"minimatch": "^3.0.4",
"sync-fetch": "^0.4.2",
"typescript": "^4.9.5",
"typy": "^3.3.0"
},
"devDependencies": {
"@types/compare-versions": "^3.3.0",
"@types/debug": "^4.1.7",
"@types/dedent": "^0.7.0",
"@types/jest": "^27.5.1",
"@types/minimatch": "^3.0.5",
"@types/mock-fs": "^4.13.4",
"@types/node": "^17.0.35",
"@types/sync-fetch": "^0.4.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"dedent": "^0.7.0",
"jest": "^28.0.0",
"mock-fs": "^5.4.0",
"ts-jest": "^28.0.2"
}
}