-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 827 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "canvas-thumbnail-maker",
"description": "Create thumbnails, and banners with HTML5 canvas",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marshall-ku/canvas-thumbnail-maker.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marshall-ku/canvas-thumbnail-maker/issues"
},
"homepage": "https://github.com/marshall-ku/canvas-thumbnail-maker#readme",
"dependencies": {
"crtelt": "^0.2.7"
},
"devDependencies": {
"@types/node": "^18.7.14",
"typescript": "^4.8.2",
"vite": "^3.0.9"
}
}