-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 860 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
{
"name": "@junaid1460/forms-annotations",
"version": "2.0.5",
"description": "forms for node apps",
"main": "src/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/junaid1460/forms-annotations.git"
},
"keywords": [
"hapi",
"junaid"
],
"author": "Junaid",
"license": "MIT",
"bugs": {
"url": "https://github.com/junaid1460/forms-annotations/issues"
},
"homepage": "https://github.com/junaid1460/forms-annotations#readme",
"dependencies": {
"@types/joi": "^14.3.3",
"@types/node": "^12.6.2",
"joi": "^14.3.1",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"typescript": "^3.4.5"
},
"prettier": {
"tabWidth": 4,
"semi": true,
"endOfLine": "auto"
}
}