inertialrush-game-test
Version:
This package enables the integration of the Inertial Rush game into any React application, making it easy to showcase the game.
64 lines (63 loc) • 1.6 kB
JSON
{
"name": "inertialrush-game-test",
"description": "This package enables the integration of the Inertial Rush game into any React application, making it easy to showcase the game.",
"version": "0.1.11",
"private": false,
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"license": "MIT",
"keywords": [
"inertial rush",
"cryptocurrency game",
"racing",
"space racing",
"space game",
"space racing game"
],
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@types/react": "^18.2.15",
"aptos": "^1.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"build": "npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src/lib --out-dir dist --extensions \".ts,.tsx\" --source-maps inline --copy-files",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5"
}
}