-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 992 Bytes
/
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
{
"name": "grand-connectors",
"version": "1.1.6",
"description": "A Grandjs package for applying repository pattern for nodejs and javascript applications using typescript",
"main": "lib/index.js",
"scripts": {
"build": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tareksalem/grand-connectors.git"
},
"keywords": [
"grandjs",
"nodejs",
"javascript",
"typescript",
"repository",
"pattern",
"clean",
"design",
"archeticute",
"models",
"decorators",
"injectors"
],
"author": "Tarek Salem",
"license": "MIT",
"bugs": {
"url": "https://github.com/tareksalem/grand-connectors/issues"
},
"homepage": "https://github.com/tareksalem/grand-connectors#readme",
"devDependencies": {
"@types/node": "^14.0.6",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}