huntersofbook
Version:
Compile TypeScript service workers files with Vite
91 lines • 2.39 kB
JSON
{
"name": "huntersofbook",
"version": "0.4.2-beta.3",
"description": "Compile TypeScript service workers files with Vite",
"author": "Mehmet - productdevbook <hi@productdevbook.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/huntersofbook",
"homepage": "https://github.com/huntersofbook/huntersofbook/tree/main/packages/vite-ts-sw#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/huntersofbook/huntersofbook.git",
"directory": "packages/vite-ts-sw"
},
"bugs": {
"url": "https://github.com/huntersofbook/huntersofbook/issues"
},
"bin": "./bin/huntersofbook.mjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"bin",
"config.*",
"type.d.ts",
"tsconfig.json"
],
"type": "module",
"exports": {
".": "./dist/index.mjs",
"./cli": "./bin/huntersofbook.mjs",
"./config": {
"import": "./config.js",
"require": "./config.cjs",
"types": "./config.d.ts"
},
"./package.json": "./package.json"
},
"keywords": [
"compile",
"plugin",
"service",
"typescript",
"vite",
"worker",
"service worker"
],
"dependencies": {
"@antfu/ni": "^0.18.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@types/clear": "^0.1.2",
"@types/node": "^17.0.45",
"@types/prompts": "^2.4.1",
"c12": "^0.2.13",
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"clear": "^0.1.0",
"colorette": "^2.0.19",
"connect": "^3.7.0",
"consola": "^2.15.3",
"defu": "^6.1.0",
"delay": "^5.0.0",
"esbuild": "^0.15.12",
"execa": "^6.1.0",
"jiti": "^1.16.0",
"listr2": "^5.0.5",
"mri": "^1.2.0",
"ora": "^6.1.2",
"pathe": "^0.3.9",
"perfect-debounce": "^0.1.3",
"pkg-types": "^0.3.6",
"prompts": "^2.4.2",
"rollup": "^3.2.5",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-esbuild": "^4.10.1",
"rollup-plugin-swc3": "^0.7.0",
"tslib": "^2.4.1",
"type-fest": "^3.1.0",
"typescript": "^4.8.4",
"unconfig": "^0.3.7",
"untyped": "^0.5.0"
},
"devDependencies": {
"tsup": "^6.3.0"
},
"scripts": {
"build": "tsup --dts",
"dev": "tsup --dts --watch",
"release": "bumpp package.json --tag \"huntersofbook@v%s\" --commit \"huntersofbook@v%s\" --push"
}
}