waaraawa_ByteGrid/packages/core/package.json
2025-10-13 09:34:29 +09:00

26 lines
533 B
JSON

{
"name": "@bytegrid/core",
"version": "0.1.0",
"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",
"dependencies": {
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9"
}
}