-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 921 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
28
29
30
31
32
33
34
35
36
37
{
"name": "@cjbreg/toplogger-sdk",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"version": "0.0.5",
"repository": {
"type": "git",
"url": "git+https://github.com/cjbreg/toplogger-sdk.git"
},
"description": "SDK based on the TopLogger website",
"author": "CJBreg",
"bugs": {
"url": "https://github.com/cjbreg/toplogger-sdk/issues"
},
"homepage": "https://github.com/cjbreg/toplogger-sdk#readme",
"scripts": {
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"main": "index.ts",
"keywords": [
"sdk",
"toplogger",
"js"
],
"license": "ISC"
}