-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.02 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "hashnode-postcard",
"version": "1.4.0",
"description": "Hashnode blogpost cards for your website",
"homepage": "https://github.com/AyushSaini00/hashnode-postcard#readme",
"files": [
"dist"
],
"main": "./dist/hashnode-postcard.umd.js",
"module": "./dist/hashnode-postcard.es.js",
"exports": {
".": {
"import": "./dist/hashnode-postcard.es.js",
"require": "./dist/hashnode-postcard.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "yarn prettier . --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AyushSaini00/hashnode-postcard.git"
},
"keywords": [
"hashnode",
"postcard",
"blogpostcard",
"blog"
],
"author": "Ayush Saini",
"bugs": {
"url": "https://github.com/AyushSaini00/hashnode-postcard/issues"
},
"license": "MIT",
"devDependencies": {
"prettier": "3.0.3",
"vite": "^4.4.9"
},
"dependencies": {
"comma-number": "^2.1.0"
}
}