UNPKG

1.04 kBJSONView Raw
1{
2 "name": "expo-codemod",
3 "version": "1.0.28",
4 "description": "Codemod scripts for Expo apps",
5 "author": "Expo",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/expo/expo-cli.git",
10 "directory": "packages/expo-codemod"
11 },
12 "bin": {
13 "expo-codemod": "./bin/expo-codemod.js"
14 },
15 "scripts": {
16 "watch": "tsc --watch",
17 "build": "tsc",
18 "prepare": "yarn run clean && yarn build",
19 "clean": "rimraf build ./tsconfig.tsbuildinfo",
20 "test": "jest",
21 "test:watch": "jest --watch"
22 },
23 "files": [
24 "bin",
25 "build"
26 ],
27 "dependencies": {
28 "@expo/spawn-async": "^1.5.0",
29 "camelcase": "5.3.1",
30 "chalk": "^4.0.0",
31 "globby": "^11.0.0",
32 "jscodeshift": "0.6.4",
33 "multimatch": "^4.0.0",
34 "semver": "^6.0.0",
35 "yargs-parser": "^13.1.0"
36 },
37 "devDependencies": {
38 "@expo/babel-preset-cli": "0.2.17",
39 "@types/jscodeshift": "^0.6.0",
40 "@types/multimatch": "^2.1.3",
41 "@types/yargs-parser": "^13.0.0",
42 "rimraf": "^3.0.2"
43 }
44}