mirror of
https://github.com/LukeHagar/wasm-overhead-research.git
synced 2025-12-06 04:22:06 +00:00
35 lines
728 B
JSON
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"
|
|
}
|
|
}
|