bunny-react-skia
Version:
@shopify/react-native-skia/headless for Edge Scripting for bunny.net 🐰
84 lines (83 loc) • 2.3 kB
JSON
{
"name": "bunny-react-skia",
"version": "0.0.2",
"private": false,
"type": "module",
"description": "@shopify/react-native-skia/headless for Edge Scripting for bunny.net 🐰",
"keywords": [
"BunnyCDN",
"bunny.net",
"bunny",
"cdn",
"bunny-launcher",
"typescript",
"edge-scripting",
"edge",
"scripting",
"canvaskit",
"skia",
"@shopify/react-native-skia",
"react-native-skia",
"headless",
"wasm"
],
"homepage": "https://bunny-launcher.net/imaging/react-skia/",
"bugs": "https://github.com/jlarmstrongiv/bunny-react-skia/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/jlarmstrongiv/bunny-react-skia.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 tsx src/bundler",
"patch:canvaskit": "npx patch-package canvaskit-wasm --exclude='nothing'",
"patch:skia": "npx patch-package @shopify/react-native-skia --exclude='nothing'",
"patch:webgpu": "npx patch-package @webgpu/types --exclude='nothing'",
"postinstall:local": "npx patch-package",
"prepublishOnly": "npm run build",
"pretest:deno": "npm run build:dev",
"pretest:node": "npm run build:dev",
"test:deno": "deno run --allow-all src/test/index.test.tsx",
"test:node": "npx tsx src/test/index.test.tsx"
},
"main": "dist/index.js",
"files": [
"dist"
],
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
}
},
"devDependencies": {
"@shopify/react-native-skia": "1.5.3",
"@tsconfig/node20": "20.1.4",
"@types/fs-extra": "11.0.4",
"@types/node": "22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"canvaskit-wasm": "0.39.1",
"dts-bundle-generator": "9.5.1",
"esbuild": "0.24.0",
"fs-extra": "11.2.0",
"patch-package": "8.0.0",
"tsx": "4.19.2",
"typescript": "5.6.3"
},
"packageManager": "npm@10.9.0",
"engines": {
"node": ">=20"
}
}