c-structs
Version:
30 lines (29 loc) • 561 B
JSON
{
"name": "c-structs",
"version": "0.1.9",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"license": "MIT",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/dylanblokhuis/c-structs.git"
},
"keywords": [
"structs",
"typedarray",
"arraybuffer",
"gpu"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsup src/index.ts --dts --format esm,cjs"
},
"devDependencies": {
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}