first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

29
node_modules/@expo/sdk-runtime-versions/package.json generated vendored Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "@expo/sdk-runtime-versions",
"version": "1.0.0",
"description": "Functions for converting Expo SDK versions to EAS runtime versions",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"scripts": {
"clean": "rm -rf build",
"format": "prettier --write src",
"prepare": "rm -rf build && tsc",
"test": "jest"
},
"author": "Expo <support@expo.io>",
"license": "MIT",
"jest": {
"preset": "ts-jest",
"rootDir": "src"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"typescript": "^4.2.3"
}
}