happy-juce
Version:
JUCE framework WebView components
44 lines (43 loc) • 998 B
JSON
{
"name": "happy-juce",
"version": "0.9.0",
"description": "JUCE framework WebView components",
"author": "Hwanhee Kim <kimhappyofficial@gmail.com>",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"juce",
"audio",
"plugin",
"webview",
"react"
],
"repository": {
"type": "git",
"url": "https://github.com/kimhappy/happy-juce.git"
},
"scripts": {
"build": "bun script/build.ts",
"clear": "rm -rf node_modules && rm -rf dist && rm -rf JUCE && rm -f bun.lock",
"postinstall": "bun script/postinstall.ts",
"prepublishOnly": "bun run clear && bun i && bun run build"
},
"devDependencies": {
"@types/bun": "^1.2.18",
"bun-plugin-dts": "^0.3.0",
"bun-types": "^1.2.17"
},
"files": [
"dist/*",
"script/postinstall.ts"
],
"engines": {
"bun": ">=1.0.0"
},
"dependencies": {
"happy-create": "^0.5.0",
"zustand-computed": "^2.1.0"
}
}