UNPKG

cbt-game-engine

Version:

Platform-agnostic game engine for Interactive Autism Quiz Game

55 lines (54 loc) 1.31 kB
{ "name": "cbt-game-engine", "version": "1.0.0", "description": "Platform-agnostic game engine for Interactive Autism Quiz Game", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "test:watch": "jest --watch", "prepublishOnly": "npm run build" }, "keywords": [ "autism", "quiz", "game", "react", "react-native", "accessibility", "education" ], "author": "Your Name", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/autism-quiz-game-engine.git" }, "peerDependencies": { "react": ">=16.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^13.4.0", "@types/jest": "^29.5.8", "@types/react": "^18.2.37", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "^18.2.0", "rollup": "^4.5.0", "rollup-plugin-dts": "^6.1.0", "ts-jest": "^29.1.1", "tslib": "^2.8.1", "typescript": "^5.2.2" } }