dragonbones-runtime
Version:
the tools to build dragonbones file for diffrent framework
17 lines • 826 B
JSON
{
"name": "dragonbones-js",
"version": "5.6.2",
"main": "",
"scripts": {
"build": "tsc & uglifyjs ./out/dragonBones.js -o ./out/dragonBones.min.js -m",
"build-egret-4.x": "cd.. & cd Egret & cd 4.x & npm run build & cd.. & cd.. & cd DragonBones",
"build-pixi": "cd.. & cd Pixi & cd 4.x & npm run build & cd.. & cd Demos & tsc & cd.. & cd.. & cd DragonBones",
"build-phaser": "cd.. & cd Phaser & cd 2.x & npm run build & cd.. & cd Demos & tsc & cd.. & cd.. & cd DragonBones",
"build-hilo": "cd.. & cd hilo & cd 1.x & npm run build & cd.. & cd Demos & tsc & cd.. & cd.. & cd DragonBones",
"build-all": "npm run build-egret-4.x & npm run build-pixi & npm run build-phaser & npm run build-hilo"
},
"devDependencies": {
"typescript": "^2.4.2",
"uglify-js": "^3.0.26"
}
}