UNPKG

@digital-blueprint/lunchlottery-app

Version:

[GitHub Repository](https://github.com/digital-blueprint/lunchlottery-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/lunchlottery-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/lunchlottery-app/)

40 lines (39 loc) 1.35 kB
{ "name": "@dbp-toolkit/dev-utils", "homepage": "https://github.com/digital-blueprint/toolkit/tree/main/packages/dev-utils", "version": "0.1.2", "type": "module", "main": "src/index.js", "license": "LGPL-2.1-or-later", "repository": { "type": "git", "url": "https://github.com/digital-blueprint/toolkit.git", "directory": "packages/dev-utils" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "devDependencies": { "@eslint/js": "^9.8.0", "eslint": "^9.1.0", "eslint-plugin-jsdoc": "^62.0.0", "globals": "^17.0.0", "prettier": "^3.0.0" }, "dependencies": { "@rollup/plugin-url": "^8.0.2", "find-cache-directory": "^6.0.0", "rollup-plugin-copy": "^3.5.0", "selfsigned": "^5.0.0" }, "scripts": { "fix": "npm run eslint:fix && npm run prettier:fix", "check": "npm run eslint && npm run prettier", "eslint:fix": "eslint \"**/*.{js,ts}\" --fix --cache", "eslint": "eslint \"**/*.{js,ts}\" --cache", "prettier:fix": "prettier \"**/*.{js,json,ts,md,yaml,yml}\" --write --cache", "prettier": "prettier \"**/*.{js,json,ts,md,yaml,yml}\" --check --cache", "tsc": "tsc -p jsconfig.json" } }