create-expo-module
Version:
The script to create the Expo module
61 lines (60 loc) • 1.54 kB
JSON
{
"name": "create-expo-module",
"version": "0.9.8",
"description": "The script to create the Expo module",
"main": "build/create-expo-module.js",
"types": "build/create-expo-module.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"expo-module": "expo-module"
},
"bin": {
"create-expo-module": "./bin/create-expo-module"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/create-expo-module"
},
"keywords": [
"expo",
"module",
"modules",
"library",
"react",
"native"
],
"author": "Expo",
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
"dependencies": {
"@expo/config": "~11.0.12",
"@expo/json-file": "^9.1.5",
"@expo/rudder-sdk-node": "^1.1.1",
"@expo/spawn-async": "^1.7.2",
"chalk": "^4.1.2",
"commander": "^8.3.0",
"cross-spawn": "^7.0.5",
"debug": "^4.3.4",
"download-tarball": "^2.0.0",
"ejs": "^3.1.10",
"find-up": "^5.0.0",
"getenv": "^2.0.0",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"validate-npm-package-name": "^5.0.1"
},
"devDependencies": {
"@octokit/types": "^13.5.0",
"@types/ejs": "^3.1.5",
"@types/find-up": "^4.0.0",
"@types/prompts": "^2.4.9",
"expo-module-scripts": "^4.1.9"
},
"gitHead": "1c4a89b0c0adebb53ef84b4a6ac25864e4652917"
}