mirror of
https://github.com/waaraawa/ByteGrid.git
synced 2026-07-22 16:30:25 +00:00
24 lines
509 B
JSON
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"
|
|
}
|
|
}
|