forked from sveltejs/community-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 866 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
{
"name": "community",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/sveltejs/community.git",
"author": "sw-yx <[email protected]>",
"license": "MIT",
"dependencies": {
"@ssgjs/source-yaml": "^0.0.5",
"@sveltejs/site-kit": "^1.1.4",
"dotenv": "^8.1.0",
"fuse.js": "^3.4.5",
"js-yaml": "^3.13.1",
"node-fetch": "^2.6.0",
"ssg": "^0.0.62",
"yaml": "^1.7.1"
},
"scripts": {
"start": "ssg dev",
"build": "ssg export",
"sort-repositories": "node scripts/sortRepositories.js",
"update-github-stats": "node scripts/updateGithubStats.js",
"update-gitlab-stats": "node scripts/updateGitlabStats.js",
"update-npm-stats": "node scripts/updateNpmStats.js",
"githubGetAllData": "npm run update-npm-stats && npm run update-github-stats && npm run update-gitlab-stats"
}
}