@sunney/flareutils
Version:
Small Utilities and little goodies that make developing with Cloudflare easier and faster.
47 lines • 1.2 kB
JSON
{
"name": "@sunney/flareutils",
"version": "0.6.3",
"publishConfig": {
"access": "public"
},
"private": false,
"author": "helloimalastair",
"repository": "github:helloimalastair/flareutils",
"main": "dist/index.js",
"devDependencies": {
"@cloudflare/workers-types": "^4.20240314.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unused-imports": "^3.1.0",
"prettier": "^3.2.5",
"typescript": "5.2.2",
"vitepress": "1.0.0-rc.45",
"vue": "^3.4.21",
"wrangler": "^3.34.2"
},
"description": "Small Utilities and little goodies that make developing with Cloudflare easier and faster.",
"files": [
"dist",
"tsconfig.json",
"LICENSE",
"README.md"
],
"homepage": "https://flareutils.pages.dev",
"keywords": [
"flare",
"utilies",
"cloudflare"
],
"license": "See LICENSE",
"type": "module",
"typings": "dist/index.d.ts",
"scripts": {
"dev": "vitepress dev docs",
"pretty": "prettier --write .",
"lint": "eslint --ext .ts src",
"build": "tsc",
"build:docs": "vitepress build docs"
}
}