-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.19 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
50
51
{
"name": "@myunisoft/events",
"version": "3.4.3",
"description": "MyUnisoft Events validation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "rimraf dist/ && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyUnisoft/events.git"
},
"publishConfig": {
"@myunisoft:registry": "https://registry.npmjs.org/"
},
"files": [
"dist"
],
"author": "HALLAERT Nicolas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MyUnisoft/events/issues"
},
"homepage": "https://github.com/MyUnisoft/events#readme",
"keywords": [
"node",
"event",
"types",
"validation"
],
"dependencies": {
"@myunisoft/redis": "github:MyUnisoft/redis",
"ajv": "^8.11.0",
"ts-pattern": "^4.1.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"pino-pretty": "^10.0.0",
"@nodesecure/eslint-config": "^1.7.0",
"@types/jest": "^27.4.1",
"dotenv": "^16.0.0",
"fastify": "^4.3.0",
"jest": "^27.5.1",
"testcontainers": "^8.2.0",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}