{"name": "@amazon-devices/headless-task-manager", "version": "1.2.8", "description": "", "author": "", "license": "See license in LICENSE", "main": "dist/index.js", "types": "dist/index.d.ts", "files": ["dist", "kepler-compatibility.json", "SystemModules", "SystemBundles", "kepler-transformed-package-info.json"], "scripts": {"clean": "rm -rf dist && rm -rf node_modules && rm -rf coverage", "build": "tsc && npm run-script copy-files", "watch": "tsc -w", "prepublishOnly": "npm run build-test && npm run build-system-bundle", "copy-files": "cp -r dist/types/* dist/ && rm -rf dist/types", "test": "jest", "build-test": "npm run build && npm run test", "build-system-bundle": "KEPLER_NPM_COMMAND=npm-pretty-much react-native build-system-bundle-kepler"}, "npm-pretty-much": {"runTest": "never", "allowUnsafeName": "maintain consistency with outside packages"}, "peerDependencies": {"@amazon-devices/react-native-kepler": "*", "react": "*", "react-native": "*"}, "devDependencies": {"typescript": "^4.3.0", "@types/babel__traverse": "7.14.2", "@types/jest": "^26.0.20", "jest": "^29.7.0", "react-native": "^0.72.0", "ts-jest": "^29.1.2", "@tsconfig/react-native": "^3.0.2", "@babel/core": "^7.20.0", "@babel/eslint-parser": "7.22.15", "@babel/preset-typescript": "^7.13.0", "@babel/runtime": "^7.20.0", "@babel/traverse": "7.22.8", "babel-jest": "^29.7.0", "jest-snapshot": "^29.7.0", "@amazon-devices/kepler-cli-platform": "^0", "@react-native-community/cli": "^11.2.0", "@amazon-devices/react-native-kepler": "^2.0.0", "react": "^18.2.0"}}