forked from max1mde/fancy-readme-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.65 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "github-readme-stats",
"version": "1.0.0",
"description": "Dynamically generate stats for your GitHub readme",
"keywords": [
"github-readme-stats",
"readme-stats",
"cards",
"animated-cards",
"card-generator",
"parallax"
],
"main": "src/index.js",
"type": "module",
"homepage": "https://github.com/max1mde/fancy-readme-stats",
"repository": {
"type": "git",
"url": "https://github.com/max1mde/fancy-readme-stats.git"
},
"scripts": {
"start": "node express.js",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "npx eslint --max-warnings 0 \"./src/**/*.js\" \"./scripts/**/*.js\" \"./api/**/*.js\" \"./themes/**/*.js\""
},
"author": "Anurag Hazra, Max1mDe",
"license": "MIT",
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@uppercod/css-to-object": "^1.1.1",
"axios-mock-adapter": "^2.1.0",
"color-contrast-checker": "^2.1.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.4.3",
"globals": "^15.12.0",
"hjson": "^3.2.2",
"js-yaml": "^4.1.0",
"lint-staged": "^15.2.10",
"lodash.snakecase": "^4.1.1",
"parse-diff": "^0.11.1",
"prettier": "^3.3.3"
},
"dependencies": {
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"emoji-name-map": "^1.2.8",
"express.js": "^1.0.0",
"github-username-regex": "^1.0.0",
"upgrade": "^1.1.0",
"word-wrap": "^1.2.5"
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
},
"engines": {
"node": ">=18.0.0"
}
}