haxe
Version:
Wrapper of Haxe, an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.
23 lines (22 loc) • 473 B
JSON
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test.js && haxe -main Main -js main.js -lib pixijs"
},
"author": "",
"license": "ISC",
"dependencies": {
"gulp": "^4.0.0",
"haxe": "file:haxe-5.2.1.tgz"
},
"haxeDependencies": {
"haxe": "3.4.7",
"haxelib": "3.3.0",
"neko": "2.2.0",
"pixijs": "4.5.5",
"tamina": "git+https://github.com/damoebius/taminahx.git"
}
}