54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "@expo/require-utils",
|
|
"version": "55.0.2",
|
|
"description": "Reusable require and Node resolution utilities library for Expo",
|
|
"license": "MIT",
|
|
"main": "./build/index.js",
|
|
"types": "./build/index.d.ts",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\"",
|
|
"clean": "expo-module clean",
|
|
"lint": "expo-module lint",
|
|
"generate": "node ./scripts/generate.js",
|
|
"prepare": "yarn run clean && yarn run build",
|
|
"prepublishOnly": "expo-module prepublishOnly",
|
|
"test": "expo-module test",
|
|
"typecheck": "expo-module typecheck"
|
|
},
|
|
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/require-utils#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo.git",
|
|
"directory": "packages/@expo/require-utils"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo/issues"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0 || ^5.0.0-0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.20.0",
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.24.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.14.0",
|
|
"expo-module-scripts": "^55.0.2",
|
|
"memfs": "^3.2.0",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "b183e5cbd95eb6ee54a878291c7077d8d63e4850"
|
|
}
|