UNPKG

2.15 kBJSONView Raw
1{
2 "name": "@expo/build-tools",
3 "version": "0.1.27",
4 "main": "dist/index.js",
5 "types": "dist/index.d.ts",
6 "files": [
7 "dist",
8 "templates"
9 ],
10 "scripts": {
11 "start": "yarn watch",
12 "watch": "yarn compile --watch --preserveWatchOutput",
13 "build": "npm run clean && npm run compile",
14 "clean": "rm -rf ./dist",
15 "clean-all": "yarn clean && rm -rf node_modules",
16 "compile": "tsc -p tsconfig.build.json",
17 "prepublishOnly": "npm run build",
18 "lint": "eslint 'src/**/*.ts'",
19 "test:unit": "./resources/jest --config jest.config.unit.js",
20 "test:unit:watch": "./resources/jest --config jest.config.unit.js --watch",
21 "test:integration": "./resources/jest --runInBand --config jest.config.integration.js",
22 "test:integration:watch": "./resources/jest --runInBand --config jest.config.integration.js --watchAll"
23 },
24 "dependencies": {
25 "@expo/config-plugins": "^1.0.14",
26 "@expo/downloader": "0.0.9",
27 "@expo/eas-build-job": "0.2.6",
28 "@expo/fastlane": "0.0.16",
29 "@expo/logger": "0.0.14",
30 "@expo/package-manager": "^0.0.34",
31 "@expo/plist": "^0.0.10",
32 "@expo/template-file": "0.1.12",
33 "@expo/turtle-spawn": "0.0.14",
34 "fast-glob": "^3.2.4",
35 "find-yarn-workspace-root": "^2.0.0",
36 "fs-extra": "^9.0.0",
37 "node-forge": "^0.9.1",
38 "plist": "^3.0.1",
39 "uuid": "^3.3.3",
40 "xml2js": "^0.4.23"
41 },
42 "devDependencies": {
43 "@expo/turtle-test-utils": "0.0.20",
44 "@types/fs-extra": "^9.0.1",
45 "@types/jest": "^26.0.20",
46 "@types/node-forge": "^0.8.6",
47 "@types/plist": "^3.0.2",
48 "@types/uuid": "^3.4.5",
49 "@types/xml2js": "^0.4.5",
50 "@typescript-eslint/eslint-plugin": "^2.10.0",
51 "@typescript-eslint/parser": "^2.10.0",
52 "eslint": "^6.7.2",
53 "eslint-config-airbnb-base": "^14.0.0",
54 "eslint-config-airbnb-typescript": "^6.3.1",
55 "eslint-config-prettier": "^6.11.0",
56 "eslint-plugin-import": "^2.18.2",
57 "jest": "^26.6.3",
58 "memfs": "^3.2.0",
59 "nullthrows": "^1.1.1",
60 "prettier": "^2.0.5",
61 "ts-jest": "^26.4.4",
62 "typescript": "^3.9.3"
63 },
64 "volta": {
65 "extends": "../../../package.json"
66 }
67}