-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 743 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "@nodejs/codemod-utils",
"version": "0.0.0",
"description": "Utilities for Node.js userland migrations.",
"exports": {
"./*":"./src/*.ts"
},
"scripts": {
"test": "node --no-warnings --import=./src/codemod-jssg-context.ts --experimental-test-snapshots --experimental-strip-types --import='./src/snapshots.ts' --test --experimental-test-coverage --test-coverage-include='src/**/*' --test-coverage-exclude='**/*.test.ts' './**/*.test.ts'"
},
"author": "Augustin Maurouy",
"license": "MIT",
"type": "module",
"devDependencies": {
"@ast-grep/lang-bash": "^0.0.8",
"@ast-grep/lang-json": "^0.0.7",
"@ast-grep/napi": "^0.42.0",
"@codemod.com/jssg-types": "^1.5.0",
"dedent": "^1.7.2"
}
}