Files
wasm-overhead-research/package.json
2025-08-18 16:27:18 +01:00

35 lines
728 B
JSON

{
"name": "goja-wasm-env",
"version": "1.0.0",
"description": "WASM binary with transformData method for JSON processing",
"main": "index.js",
"scripts": {
"build": "make build",
"build:go": "make build-go",
"build:tinygo": "make build-tinygo",
"test": "make test",
"test:go": "make test-go",
"test:tinygo": "make test-tinygo",
"clean": "make clean",
"watch": "make watch"
},
"keywords": [
"wasm",
"go",
"json",
"transform"
],
"author": "",
"license": "ISC",
"dependencies": {
"glob": "^11.0.3",
"javy": "^0.1.2",
"porffor": "^0.60.6",
"vitest": "^3.1.2"
},
"devDependencies": {
"@types/node": "^20.0.0",
"jsdom": "^26.1.0"
}
}