UNPKG

fly-typescript

Version:
40 lines (39 loc) 762 B
{ "name": "fly-typescript", "version": "1.1.1", "description": "Typescript plugin for Fly", "license": "MIT", "repository": "https://github.com/flyjs/fly-typescript", "main": "index.js", "scripts": { "test": "tape test/*.js | tap-spec" }, "author": { "name": "Luke Edwards", "email": "luke@lukeed.com", "url": "https://lukeed.com" }, "contributors": [ { "name": "Iegor Azuaga", "email": "dextrackmedia@gmail.com" } ], "dependencies": { "typescript": "^2.2.1" }, "devDependencies": { "fly": "^2.0.5", "fly-clear": "^1.0.1", "tap-spec": "^4.1.1", "tape": "^4.6.3" }, "engines": { "node": ">= 4.6" }, "keywords": [ "fly", "fly-plugin", "typescript" ] }