15 lines
295 B
JSON
15 lines
295 B
JSON
|
{
|
||
|
"noEscape": true,
|
||
|
"name": "test-minimal",
|
||
|
"description": "Testing the minimal template setup",
|
||
|
"author": "CircleCI",
|
||
|
"build": "standalone",
|
||
|
"router": false,
|
||
|
"lint": false,
|
||
|
"lintConfig": "standard",
|
||
|
"unit": false,
|
||
|
"runner": "jest",
|
||
|
"e2e": false,
|
||
|
"autoInstall": false
|
||
|
}
|