{
"name": "tcss-wasm",
"version": "0.1.0",
"description": "WebAssembly bindings for TCSS (Thematic CSS) compiler",
"main": "pkg/tcss_wasm.js",
"types": "pkg/tcss_wasm.d.ts",
"files": [
"pkg"
],
"scripts": {
"build": "./build.sh",
"build:dev": "./build.sh --dev",
"build:web": "./build.sh --target web",
"build:nodejs": "./build.sh --target nodejs",
"build:bundler": "./build.sh --target bundler",
"test": "wasm-pack test --headless --firefox",
"test:chrome": "wasm-pack test --headless --chrome",
"serve": "python3 -m http.server 8080"
},
"repository": {
"type": "git",
"url": "https://github.com/tosiiko/tcss.git",
"directory": "tcss-wasm"
},
"keywords": [
"css",
"compiler",
"preprocessor",
"wasm",
"webassembly",
"tcss"
],
"author": "TCSS Contributors",
"license": "MIT",
"homepage": "https://tcss.io",
"bugs": {
"url": "https://github.com/tosiiko/tcss/issues"
}
}