mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-22 17:56:43 +08:00
19 lines
554 B
JSON
19 lines
554 B
JSON
{
|
|
"name": "name",
|
|
"description": "description",
|
|
"authors": "author",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build":"npx esbuild index.ts --bundle --sourcemap --outfile=build/index.js",
|
|
"dev": "npx concurrently \"npx live-server --no-browser\" \"npm run build -- --watch\""
|
|
},
|
|
"dependencies": {
|
|
"@esotericsoftware/spine-phaser": "^4.1.*",
|
|
"phaser": "3.60.0"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "0.17.17",
|
|
"concurrently": "^7.6.0",
|
|
"live-server": "^1.2.2"
|
|
}
|
|
} |