1{ 2 "name": "expo-test-runner", 3 "version": "0.0.17", 4 "description": "Script that enchants test experience.", 5 "main": "build/index.js", 6 "types": "build/index.d.ts", 7 "author": "650 Industries, Inc.", 8 "license": "MIT", 9 "bin": { 10 "expo-test-runner": "bin/expo-test-runner.js" 11 }, 12 "repository": { 13 "type": "git", 14 "url": "git+https://github.com/expo/expo-test-runner.git" 15 }, 16 "bugs": { 17 "url": "https://github.com/expo/expo-test-runner/issues" 18 }, 19 "homepage": "https://github.com/expo/expo-test-runner#readme", 20 "scripts": { 21 "build": "expo-module build", 22 "clean": "expo-module clean", 23 "lint": "expo-module lint", 24 "test": "expo-module test", 25 "prepare": "expo-module prepare", 26 "prepublishOnly": "expo-module prepublishOnly", 27 "expo-module": "expo-module" 28 }, 29 "devDependencies": { 30 "@babel/core": "^7.9.0", 31 "@types/fs-extra": "^9.0.1", 32 "@types/node": "^16.18.11", 33 "@types/node-fetch": "^2.5.12", 34 "eslint-config-universe": "^12.0.0", 35 "expo-module-scripts": "^3.0.0", 36 "typescript": "^5.1.3" 37 }, 38 "dependencies": { 39 "@babel/runtime": "7.9.0", 40 "@expo/spawn-async": "^1.5.0", 41 "chalk": "^4.1.2", 42 "commander": "^7.2.0", 43 "dot": "^2.0.0-beta.1", 44 "fs-extra": "^10.0.0", 45 "node-fetch": "^2.6.1", 46 "tempy": "^0.7.1" 47 } 48} 49