UNPKG

@devup-ui/wasm

Version:

Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor

47 lines 1.14 kB
{ "name": "@devup-ui/wasm", "description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor", "repository": "https://github.com/dev-five-git/devup-ui", "author": "devfive", "license": "Apache-2.0", "homepage": "https://devup-ui.com", "bugs": { "url": "https://github.com/dev-five-git/devup-ui/issues", "email": "contact@devfive.kr" }, "keywords": [ "css", "css-in-js", "css-in-js-preprocessor", "css-in-js-framework", "react", "wasm" ], "version": "1.0.27", "publishConfig": { "access": "public" }, "sideEffects": false, "main": "./pkg/index.js", "module": "./pkg/index.js", "files": [ "pkg/index.d.ts", "pkg/index.js", "pkg/package.json", "pkg/index_bg.wasm", "pkg/index_bg.wasm.d.ts" ], "type": "module", "exports": { ".": { "import": "./pkg/index.js", "require": "./pkg/index.js", "types": "./pkg/index.d.ts" } }, "types": "./pkg/index.d.ts", "scripts": { "build": "wasm-pack build --target nodejs --out-dir ./pkg --out-name index && node script.js", "test": "wasm-pack test --node" } }