UNPKG

create-expo-module

Version:

The script to create the Expo module

69 lines 1.9 kB
{ "name": "create-expo-module", "version": "57.0.0", "description": "The script to create the Expo module", "keywords": [ "expo", "module", "modules", "library", "react", "native" ], "license": "MIT", "homepage": "https://github.com/expo/expo/tree/main/packages/expo", "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/create-expo-module" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "Expo", "bin": "bin/create-expo-module.js", "main": "build/index.js", "files": [ "bin", "build" ], "engines": { "node": ">=18.13.0" }, "devDependencies": { "@expo/rudder-sdk-node": "^1.1.1", "@expo/spawn-async": "^1.8.0", "@octokit/types": "^15.0.0", "@types/cross-spawn": "^6.0.6", "@types/ejs": "^3.1.5", "@types/getenv": "^1.0.0", "@types/jest": "^29.2.1", "@types/prompts": "^2.4.9", "@types/node": "^22.14.0", "@types/validate-npm-package-name": "^4.0.2", "@vercel/ncc": "^0.38.4", "chalk": "^4.1.2", "commander": "^8.3.0", "cross-spawn": "^7.0.5", "debug": "^4.3.4", "ejs": "^3.1.10", "getenv": "^2.0.0", "ora": "^5.4.1", "prompts": "^2.4.2", "multitars": "^1.0.0", "validate-npm-package-name": "^6.0.2", "@expo/json-file": "11.0.0", "expo-module-scripts": "56.0.3" }, "gitHead": "e3eb896c5fdcd89e0cded98ff4e35c9db12cc9c0", "scripts": { "build": "ncc build ./src/index.ts -o build/", "build:prod": "ncc build ./src/index.ts -o build/ --minify --no-cache --no-source-map-register", "clean": "expo-module clean", "lint": "expo-module lint", "typecheck": "expo-module typecheck", "test": "expo-module test", "test:e2e": "expo-module test --config e2e/jest.config.js --runInBand", "watch": "pnpm run build --watch" } }