mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-08 01:03:42 +00:00
bubbles: added
This commit is contained in:
19
bubbles/package.json
Normal file
19
bubbles/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "bubbles",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"canvas-common": "file:../canvas-common"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^5.1.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user