-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 942 Bytes
/
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
36
37
38
39
{
"name": "@toshi-toma/closure-codemod",
"version": "1.0.0",
"description": "Closure codemod scripts",
"publishConfig": {
"access": "public"
},
"scripts": {
"typecheck": "tsc --noEmit",
"format": "prettier transforms --write",
"test": "jest",
"test:w": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/toshi-toma/closure-codemod.git"
},
"keywords": [
"jscodeshift",
"closure",
"goog"
],
"author": "toshi-toma",
"license": "MIT",
"bugs": {
"url": "https://github.com/toshi-toma/closure-codemod/issues"
},
"homepage": "https://github.com/toshi-toma/closure-codemod#readme",
"devDependencies": {
"@types/jest": "^26.0.7",
"@types/jscodeshift": "^0.7.1",
"@types/node": "^14.0.26",
"jest": "^26.4.2",
"jscodeshift": "^0.10.0",
"prettier": "^2.0.5",
"ts-jest": "^26.1.3",
"typescript": "^3.9.7"
}
}