-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.05 KB
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
{
"name": "github-contribution-counter",
"version": "1.0.3",
"description": "Github Contribution Boxes Counter along with all the contribution counter. Fork of SammyRobensParadise/github-contributions-counter",
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h3cksamrat/github-contribution-counter.git"
},
"keywords": [
"github",
"contribution",
"counter",
"github-contribution-counter",
"github-contribution-counter-js",
"typescript"
],
"author": "Samrat Neupane",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-url": "^7.0.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-node-externals": "^4.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.32.1"
}
}