@grida/cg
Version:
Grida Canvas Core Graphics
28 lines • 600 B
JSON
{
"name": "@grida/cg",
"description": "Grida Canvas Core Graphics",
"version": "0.0.0",
"homepage": "https://grida.co",
"repository": "https://github.com/gridaco/grida",
"license": "MIT",
"author": "softmarshmallow",
"private": false,
"keywords": [
"grida",
"canvas",
"cg",
"core",
"graphics",
"dts"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "tsup index.ts --format cjs,esm --dts --watch",
"build": "tsup index.ts --format cjs,esm --dts"
}
}