-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.31 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
{
"name": "csgogsi",
"version": "3.0.5",
"description": "",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/jest": "^29.5.6",
"@types/lodash.merge": "^4.6.6",
"@types/node": "^18.18.6",
"eslint": "^8.57.0",
"istanbul-badges-readme": "^1.2.1",
"jest": "^29.7.0",
"jest-ts-webcompat-resolver": "^1.0.0",
"lodash.merge": "^4.6.2",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"ts-node": "^9.1.1",
"ts-toolbelt": "^9.6.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0"
},
"scripts": {
"test": "jest --coverage",
"make-badges": "istanbul-badges-readme",
"rollup": "tsup tsc/index.ts --format cjs,esm --dts -d lib",
"build": "npm run pre-compile && npm run rollup",
"lint": "eslint .",
"prettier-format": "prettier --config .prettierrc --write tsc/*.ts",
"pre-compile": "npm run prettier-format && npm run lint && npm test && npm run make-badges"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osztenkurden/csgogsi.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/osztenkurden/csgogsi/issues"
},
"homepage": "https://github.com/osztenkurden/csgogsi#readme"
}