{
	"name": "@nuru/wasm",
	"version": "0.5.19",
	"description": "A wasm compiler/intepreter for [Nuru](https://github.com/NuruProgramming/Nuru)",
	"main": "dist/index.js",
	"files": [
		"dist",
		"main.wasm"
	],
	"scripts": {
		"setup": "go mod vendor",
		"test": "echo \"Mocktest Wasm-core  🟢 🟢 🟢 🟢\" && exit 0 >> /dev/null",
		"build:wasm": "pnpm run replace && GOOS=js GOARCH=wasm go build -mod=vendor -o main.wasm",
		"build": "tsc",
		"prepublishOnly": "npm run build:wasm && npm run build",
		"dev": "tsc --watch",
		"replace": "cp -r ./modified/* ./vendor/github.com/NuruProgramming/Nuru/"
	},
	"type": "module",
	"man": "./dist/index.js",
	"exports": {
		".": {
			"default": "./dist/index.js",
			"types": "./dist/index.d.ts"
		}
	},
	"keywords": [],
	"author": "Nehemia Kaaya <heracraft@teksafari.org>",
	"license": "ISC",
	"dependencies": {
		"@types/golang-wasm-exec": "^1.15.2",
		"xss": "^1.0.15"
	},
	"devDependencies": {
		"@types/node": "^22",
		"typescript": "^5.9.3"
	}
}
