webconsole/package.json

23 lines
564 B
JSON

{
"name": "webconsole",
"private": true,
"version": "0.0.1",
"description": "Stencil App Starter",
"scripts": {
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"devDependencies": {
"@stencil/core": "^2.7.0",
"@stencil/router": "^1.0.1",
"@types/jest": "^26.0.24",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"puppeteer": "^10.0.0"
},
"license": "MIT"
}