UNPKG

bunny-woff2

Version:

wawoff2 for Edge Scripting for bunny.net 🐰

59 lines (58 loc) 1.5 kB
{ "name": "bunny-woff2", "version": "0.0.4", "private": false, "type": "module", "description": "wawoff2 for Edge Scripting for bunny.net 🐰", "keywords": [ "BunnyCDN", "bunny.net", "bunny", "cdn", "bunny-launcher", "typescript", "edge-scripting", "edge", "scripting", "wawoff2", "wasm" ], "homepage": "https://bunny-launcher.net/fonts/woff2/", "bugs": "https://github.com/jlarmstrongiv/bunny-woff2/issues", "repository": { "type": "git", "url": "git+https://github.com/jlarmstrongiv/bunny-woff2.git" }, "license": "AGPL-3.0-only", "author": "John L. Armstrong IV", "sideEffects": false, "scripts": { "build:dev": "NODE_ENV=development npx tsx src/bundler", "build": "npx rimraf dist && npx tsc --project tsconfig.build.json && npx tsx src/bundler", "prepublishOnly": "npm run build", "pretest:deno": "npm run build:dev", "pretest:node": "npm run build:dev", "test:deno": "deno run src/test/index.test.ts", "test:node": "npx tsx src/test/index.test.ts" }, "main": "dist/index.js", "files": [ "dist" ], "devDependencies": { "@tsconfig/node20": "20.1.4", "@types/fs-extra": "11.0.4", "@types/node": "22.9.0", "@types/wawoff2": "1.0.2", "esbuild": "0.24.0", "fs-extra": "11.2.0", "rimraf": "6.0.1", "tsx": "4.19.2", "typescript": "5.6.3", "wawoff2": "2.0.1" }, "packageManager": "npm@10.9.0", "engines": { "node": ">=20" } }