map-interaction/package.json

25 lines
608 B
JSON

{
"name": "mobile-game",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "matrix-demo.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"dev": "browser-sync start --server --directory --files '**/*.css, **/*.html, **/*.js, **/*.ts' --no-notify"
},
"keywords": [],
"author": "",
"devDependencies": {
"@types/node": "^22.12.0",
"nodemon": "^3.1.0",
"serve": "^14.0.0",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
}