{ "name": "@valknarthing/pastel-wasm", "version": "0.1.0", "description": "WebAssembly bindings for the pastel color library - all color operations in the browser", "main": "pkg/pastel_wasm.js", "types": "pkg/pastel_wasm.d.ts", "files": [ "pkg" ], "scripts": { "build": "wasm-pack build --target bundler --out-dir pkg", "build:node": "wasm-pack build --target nodejs --out-dir pkg-node", "build:web": "wasm-pack build --target web --out-dir pkg-web", "build:all": "npm run build && npm run build:node && npm run build:web", "test": "wasm-pack test --headless --firefox --chrome", "pack": "wasm-pack pack", "publish": "wasm-pack publish" }, "repository": { "type": "git", "url": "ssh://git@dev.pivoine.art:2222/valknar/pastel-wasm.git" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/", "provenance": true }, "keywords": [ "color", "wasm", "webassembly", "pastel", "browser", "color-manipulation", "color-conversion", "color-generation", "color-palette" ], "author": "Valknar ", "license": "MIT OR Apache-2.0", "devDependencies": { "wasm-pack": "^0.12.0" } }