UNPKG

@jsenv/cli

Version:

Command Line Interface for jsenv

33 lines (32 loc) 1.04 kB
{ "name": "jsenv-template-web-components", "private": true, "version": "0.0.0", "type": "module", "scripts": { "start": "npm run dev -- --open", "dev": "node --watch ./scripts/dev.mjs", "test": "node ./scripts/test.mjs", "test:coverage": "npm run test -- --coverage", "build": "node ./scripts/build.mjs", "build:serve": "node ./scripts/build_serve.mjs --open", "eslint": "npx eslint .", "prettier": "prettier --write .", "playwright:install": "npx playwright install-deps && npx playwright install" }, "devDependencies": { "@babel/plugin-syntax-import-attributes": "7.27.1", "@jsenv/custom-elements-redefine": "0.0.1", "@jsenv/assert": "4.5.3", "@jsenv/core": "40.8.4", "@jsenv/plugin-bundling": "2.9.10", "@jsenv/plugin-minification": "1.7.0", "@jsenv/eslint-config-relax": "1.6.7", "@jsenv/test": "3.7.9", "eslint": "9.26.0", "open": "10.1.2", "@playwright/browser-chromium": "1.52.0", "prettier": "3.5.3", "playwright": "1.52.0" } }