-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 785 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 785 Bytes
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": "grasp",
"version": "1.0.1",
"description": "",
"main": "./dist/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "tsc --build",
"test": "jest",
"test:coverage": "jest --coverage",
"publish": "npm publish"
},
"keywords": [
"g.r.a.s.p",
"grasp-patterns",
"grasp"
],
"author": "Arkadiy-Skvortsov",
"license": "ISC",
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/memory-cache": "^0.2.2",
"@types/node": "^17.0.38",
"@types/pg": "^8.6.5",
"inversify": "^6.0.1",
"jest": "^28.1.0",
"memory-cache": "^0.2.0",
"mysql2": "^2.3.3",
"pg": "^8.7.3",
"redis": "^4.1.0",
"reflect-metadata": "^0.1.13",
"ts-jest": "^28.0.3",
"typescript": "^4.7.2"
}
}