rayjs/examples/ts_game/package.json

26 lines
596 B
JSON

{
"name": "bindings",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"watch": "webpack --watch --config webpack.config.js --mode development"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.2"
},
"dependencies": {
"inkjs": "^2.2.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
}
}