UNPKG

burstmake

Version:

Tool to create tsconfig for complex application

34 lines (33 loc) 736 B
{ "name": "burstmake", "version": "1.0.9", "description": "Tool to create tsconfig for complex application", "main": "app.js", "bin": "app.js", "files" : [ "src/", "app.js" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/BugBusterSWE/burstmake.git" }, "keywords": [ "typescript", "make", "tsmake", "build" ], "author": "Andrea Mantovani, Polonio Davide", "license": "MIT", "bugs": { "url": "https://github.com/BugBusterSWE/burstmake/issues" }, "homepage": "https://github.com/BugBusterSWE/burstmake#readme", "dependencies": { "recursive-readdir-synchronous": "0.0.3" } }