UNPKG

lix

Version:

lix - Libraries for Haxe

39 lines (38 loc) 910 B
{ "name": "lix", "version": "15.12.4", "bin": { "lix": "bin/lix.js", "haxe": "bin/haxeshim.js", "haxelib": "bin/haxelibshim.js", "neko": "bin/nekoshim.js" }, "scripts": { "ncc": "ncc", "build": "haxe --run Build", "postinstall": "node bin/postinstall.js" }, "description": "lix - Libraries for Haxe", "repository": { "type": "git", "url": "git+https://github.com/lix-pm/lix.git" }, "devDependencies": { "@vercel/ncc": "^0.38.1", "graceful-fs": "^4.1.15", "tar": "^6.0.1", "yauzl": "github:lix-pm/yauzl" }, "keywords": [ "haxe" ], "files": [ "bin" ], "author": "back2dos", "license": "MIT", "bugs": { "url": "https://github.com/lix-pm/lix/issues" }, "homepage": "https://github.com/lix-pm/lix#readme" }