mirror of
https://github.com/embarklabs/embark-typescript-template.git
synced 2026-08-30 14:01:13 +00:00
19 lines
372 B
JSON
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": {}
|
|
}
|