-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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": "github-readme-packagist-stats",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"start:dev": "nodemon --exec ts-node src/index.ts",
"build": "tsc",
"lint": "eslint .",
"format": "prettier --write \"**/*.+(ts|tsx|js|jsx)\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"dependencies": {
"@agonyz/packagist-api-client": "^1.0.4",
"@types/express": "^4.17.17",
"d3": "^7.8.5",
"d3-node": "^3.0.0",
"express": "^4.18.2",
"svgdom": "^0.1.14",
"winston": "^3.9.0"
}
}