Files

19 lines
372 B
JSON
Raw Permalink Normal View History

2018-09-11 16:00:51 -04:00
{
"name": "embark-typescript-template",
"version": "0.0.1",
"description": "",
"scripts": {
"tsc": "tsc",
2018-10-02 12:28:03 -05:00
"test": "embark test",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch"
2018-09-11 16:00:51 -04:00
},
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {
2018-10-04 14:25:51 -05:00
"typescript": "^3.1.1"
2018-09-11 16:00:51 -04:00
},
"dependencies": {}
}