-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 800 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 800 Bytes
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
{
"name": "@twilio-paste/codemods",
"version": "0.13.0",
"status": "production",
"description": "A collection of codemods for maintaining projects built with Paste.",
"author": "Twilio Inc.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bin": "./bin/paste-codemod.js",
"scripts": {
"build": "tsx ./tools/create-package-mappings.ts"
},
"dependencies": {
"chalk": "4.1.2",
"execa": "3.2.0",
"globby": "npm:globby@10.0.1",
"inquirer": "7.0.0",
"is-git-clean": "1.1.0",
"jscodeshift": "0.11.0",
"meow": "8.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.21.4",
"@twilio-paste/core": "^20.17.0",
"tsx": "^4.0.0"
}
}