-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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": "@cuckoointernet/deployment-stats",
"version": "1.1.0",
"main": "build/index.js",
"type": "build/index.d.ts",
"bin": {
"deployment-stats": "./build/index.js"
},
"license": "MIT",
"scripts": {
"prepare": "husky install",
"build": "tsc",
"lint": "eslint ."
},
"files": [
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cuckoointernet/deployment-stats.git"
},
"author": "Cuckoo Internet",
"bugs": {
"url": "https://github.com/cuckoointernet/logger-nodejs/issues"
},
"homepage": "https://github.com/cuckoointernet/logger-nodejs#readme",
"devDependencies": {
"@tsconfig/recommended": "^1.0.3",
"@types/node": "^20.11.13",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-unicorn": "^50.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.490.0",
"commander": "^11.1.0"
}
}