-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
47
48
49
{
"name": "kuzzle-decorators",
"version": "0.0.1",
"description": "POC of decorators for Kuzzle backend",
"main": "lib/index.ts",
"scripts": {
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kuzzleio/kuzzle-decorators.git"
},
"keywords": [
"kuzzle",
"backend"
],
"author": "The Kuzzle Team <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kuzzleio/kuzzle-decorators/issues"
},
"homepage": "https://github.com/kuzzleio/kuzzle-decorators#readme",
"peerDependencies": {
"kuzzle": ">=2.30.0",
"kuzzle-sdk": "^7.11.3",
"typescript": ">= 5.4"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^22.2.0",
"commitizen": "^4.3.0",
"eslint-plugin-kuzzle": "^0.0.13",
"husky": "^9.1.4",
"jest": "^29.7.0",
"semantic-release-config-kuzzle": "^1.0.0",
"semantic-release-slack-bot": "^4.0.2",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "5.4.*"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "^[email protected]"
}