-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1 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
{
"name": "banks-in-india",
"version": "0.3.0",
"description": "Websites & icons for all active Indian banks.",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"repository": {
"type": "git",
"url": "git+https://github.com/planetabhi/banks-in-india.git"
},
"keywords": [
"india",
"banks",
"list",
"logos",
"icons",
"websites"
],
"author": "@planetabhi <contact@new-ui.com> (https://planetabhi.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/planetabhi/banks-in-india/issues"
},
"homepage": "https://banksin.in/",
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/netlify": "^5.5.1",
"astro": "^4.15.1",
"typescript": "^5.5.4"
},
"devDependencies": {
"@new-ui/colors": "^1.3.0",
"@new-ui/reset": "^0.0.5",
"@new-ui/spacings": "^0.1.3",
"@sargamdesign/colors": "^3.0.1"
}
}