forked from astronomersiva/siva.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "siva.dev",
"version": "1.0.0",
"description": "[![Lighthouse score: 100/100](https://lighthouse-badge.appspot.com/?score=100)](https://github.com/ebidel/lighthouse-badge)",
"scripts": {
"serve": "lego s --skipBuild &",
"start": "lego s",
"build": "lego",
"build:debug": "DEBUG=t lego",
"cache:list": "ls node_modules/@astronomersiva/lego/cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astronomersiva/www.sivasubramanyam.me.git"
},
"resolutions": {
"globby": "8.0.2"
},
"author": "Sivasubramanyam A",
"browserslist": [
"> 1%",
"last 1 versions",
"not ie 11",
"not dead"
],
"bugs": {
"url": "https://github.com/astronomersiva/www.sivasubramanyam.me/issues"
},
"homepage": "https://github.com/astronomersiva/www.sivasubramanyam.me#readme",
"devDependencies": {
"@astronomersiva/lego": "^2.0.1",
"differencify": "^1.5.2",
"dotenv": "^8.0.0",
"glob": "^7.1.4",
"p-limit": "^2.1.0",
"request-promise": "^4.2.4"
}
}