thomas-anderson-lib
Version:
A text adventure game library based on Thomas Anderson from The Matrix. Create your own Matrix-inspired text adventures with this easy-to-use library.
54 lines (53 loc) • 1.49 kB
JSON
{
"name": "thomas-anderson-lib",
"version": "1.0.3",
"description": "A text adventure game library based on Thomas Anderson from The Matrix. Create your own Matrix-inspired text adventures with this easy-to-use library.",
"main": "dist/thomas-anderson.js",
"module": "dist/thomas-anderson.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "webpack",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"play": "ts-node test/play.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"text-adventure",
"game",
"thomas-anderson",
"matrix",
"react",
"interactive-fiction"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/secret-game.git"
},
"homepage": "https://github.com/yourusername/secret-game#readme",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"javascript-obfuscator": "^4.1.0",
"terser-webpack-plugin": "^5.3.14",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-obfuscator": "^3.5.1"
},
"dependencies": {
"express": "^4.18.3"
}
}