1{
2  "name": "@expo/package-manager",
3  "version": "1.0.2",
4  "description": "A library for installing and finding packages in a project",
5  "main": "build/index.js",
6  "types": "build/index.d.ts",
7  "scripts": {
8    "watch": "tsc --watch --preserveWatchOutput",
9    "build": "tsc --sourceMap",
10    "prepare": "yarn run clean && yarn build",
11    "clean": "git clean -xdf ./build ./tsconfig.tsbuildinfo",
12    "lint": "eslint .",
13    "test": "jest"
14  },
15  "repository": {
16    "type": "git",
17    "url": "https://github.com/expo/expo.git",
18    "directory": "packages/@expo/package-manager"
19  },
20  "keywords": [
21    "react-native",
22    "package-manager",
23    "package-json",
24    "node",
25    "yarn",
26    "yarnpkg",
27    "pnpm"
28  ],
29  "license": "MIT",
30  "bugs": {
31    "url": "https://github.com/expo/expo/issues"
32  },
33  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/package-manager#readme",
34  "files": [
35    "build"
36  ],
37  "dependencies": {
38    "@expo/json-file": "^8.2.37",
39    "@expo/spawn-async": "^1.5.0",
40    "ansi-regex": "^5.0.0",
41    "chalk": "^4.0.0",
42    "find-up": "^5.0.0",
43    "find-yarn-workspace-root": "~2.0.0",
44    "js-yaml": "^3.13.1",
45    "micromatch": "^4.0.2",
46    "npm-package-arg": "^7.0.0",
47    "split": "^1.0.1",
48    "sudo-prompt": "9.1.1"
49  },
50  "devDependencies": {
51    "@types/npm-package-arg": "^6.1.0",
52    "@types/rimraf": "^3.0.0",
53    "@types/split": "^1.0.0",
54    "@types/js-yaml": "^3.12.5",
55    "@types/micromatch": "^4.0.2"
56  },
57  "publishConfig": {
58    "access": "public"
59  }
60}
61