UNPKG

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