waaraawa_ByteGrid/packages/core/package.json
2026-05-29 14:52:29 +09:00

24 lines
509 B
JSON

{
"name": "@bytegrid/core",
"version": "1.0.1",
"description": "Core rendering logic for ByteGrid",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"keywords": [
"bytegrid",
"binary",
"visualization"
],
"author": "ByteGrid Contributors",
"license": "MIT",
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"js-yaml": "^4.1.0"
}
}