mirror of
https://github.com/embarklabs/embark-flow-template.git
synced 2025-02-18 15:56:25 +00:00
20 lines
380 B
JSON
20 lines
380 B
JSON
|
{
|
||
|
"name": "embark-flow-template",
|
||
|
"version": "0.0.1",
|
||
|
"description": "",
|
||
|
"scripts": {
|
||
|
"flow": "flow",
|
||
|
"test": "embark test",
|
||
|
"type-check": "flow",
|
||
|
"type-check:watch": "flow-watch --watch app"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"homepage": "",
|
||
|
"devDependencies": {
|
||
|
"flow-bin": "^0.82.0",
|
||
|
"flow-watch": "^1.1.3"
|
||
|
},
|
||
|
"dependencies": {}
|
||
|
}
|