-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 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
46
{
"name": "clever-discovery",
"version": "1.2.2",
"description": "Node client library for service discovery",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --dist",
"test": "jest"
},
"jest": {
"moduleFileExtensions": [
"js",
"jsx",
"json",
"ts",
"tsx"
],
"testRegex": "/__tests__/.+\\.ts$",
"transform": {
"^.+\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Clever/discovery-node.git"
},
"author": "Clever",
"license": "ISC",
"bugs": {
"url": "https://github.com/Clever/discovery-node/issues"
},
"homepage": "https://github.com/Clever/discovery-node",
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^18.1.1",
"@types/node": "^16.18.106",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0"
}
}