mirror of
https://github.com/waaraawa/ByteGrid.git
synced 2026-07-22 06:41:47 +00:00
26 lines
533 B
JSON
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"
|
|
}
|
|
}
|