map-interaction/package.json

25 lines
608 B
JSON
Raw Normal View History

2025-01-30 23:47:14 +08:00
{
"name": "mobile-game",
2025-01-30 23:47:14 +08:00
"version": "1.0.0",
"type": "module",
2025-01-30 23:47:14 +08:00
"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"
2025-01-30 23:47:14 +08:00
},
"keywords": [],
"author": "",
"devDependencies": {
"@types/node": "^22.12.0",
"nodemon": "^3.1.0",
"serve": "^14.0.0",
"ts-loader": "^9.5.2",
2025-01-30 23:47:14 +08:00
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
2025-01-30 23:47:14 +08:00
}