advanced-games-library
Version:
Advanced Gaming Library for React Native - Four Complete Games with iOS Compatibility Fixes
110 lines (109 loc) • 2.68 kB
JSON
{
"name": "advanced-games-library",
"version": "4.0.4-ios-fixed",
"description": "Advanced Gaming Library for React Native - Four Complete Games with iOS Compatibility Fixes",
"main": "index.js",
"types": "index.d.ts",
"type": "commonjs",
"exports": {
".": {
"import": "./index.js",
"require": "./index.js",
"types": "./index.d.ts"
},
"./components": {
"import": "./components.js",
"require": "./components.js",
"types": "./index.d.ts"
}
},
"scripts": {
"build": "tsc",
"test": "jest",
"test:coverage": "jest --coverage",
"build:analyze": "tsc --extendedDiagnostics",
"validate": "node validate-minimal.js",
"publish-check": "node publish-check.js",
"prepublishOnly": "npm run validate"
},
"keywords": [
"react-native",
"games",
"puzzle",
"memory-game",
"image-puzzle",
"reaction-time",
"organized-code",
"typescript",
"gaming-library",
"mobile-games",
"hebrew-ui",
"four-games",
"ios-compatible",
"cross-platform",
"mobile-development"
],
"author": {
"name": "Shaha",
"email": "your.email@example.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-username/advanced-games-library.git"
},
"bugs": {
"url": "https://github.com/your-username/advanced-games-library/issues"
},
"homepage": "https://github.com/your-username/advanced-games-library#readme",
"files": [
"index.js",
"components.js",
"index.d.ts",
"src/",
"assets/",
"README.md",
"LICENSE",
"CHANGELOG.md",
"validate-minimal.js",
"index-minimal.js"
],
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.73.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.80.0",
"@react-native/metro-config": "^0.80.0",
"@tsconfig/react-native": "^3.0.6",
"@types/jest": "^29.2.0",
"@types/node": "^24.0.14",
"@types/react": "^19.1.0",
"@types/react-native": "^0.73.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.19.0",
"jest": "^29.2.0",
"metro-react-native-babel-preset": "0.76.8",
"prettier": "^2.4.1",
"typescript": "4.8.4"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"games": {
"total": 4,
"completed": 4,
"list": [
"Demo Game",
"Memory Match Game",
"Simple Puzzle Game",
"Reaction Time Game",
"Image Puzzle Game"
]
}
}