16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"name": "gxc-renderer-canvas-2d",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean": "rimraf dist"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"rimraf": "^6.0.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|