Files

19 lines
372 B
JSON

{
"name": "embark-typescript-template",
"version": "0.0.1",
"description": "",
"scripts": {
"tsc": "tsc",
"test": "embark test",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch"
},
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {
"typescript": "^3.1.1"
},
"dependencies": {}
}