{ "name": "static-script", "version": "0.3.0", "description": "", "main": "index.js", "typings": "staticscript.d.ts", "scripts": { "build": "tsc" }, "author": "Dmitry Patsura ", "license": "MIT", "keywords": [ "StaticScript", "compiler", "language", "javascript" ], "bin": { "ssc": "./bin/ssc" }, "devDependencies": { "@types/node": "10.12.2", "commander": "^2.19.0" }, "dependencies": { "llvm-node": "github:MichaReiser/llvm-node#master", "typescript": "^3.1.1" } }