UNPKG
@linker-design/create-template
Version:
latest (3.0.0)
3.0.0
linker template initializer
@linker-design/create-template
/
template
/
config
/
cypress-ct
/
package.json
13 lines
(12 loc)
•
250 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"scripts"
:
{
"test:unit"
:
"cypress open --component"
,
"test:unit:ci"
:
"cypress run --component --quiet --reporter spec"
}
,
"dependencies"
:
{
"vue"
:
"^3.2.40"
}
,
"devDependencies"
:
{
"cypress"
:
"^10.10.0"
}
}