-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 916 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
{
"name": "@streamjar/hapi-decorators",
"version": "3.0.7",
"description": "Decorators for interacting with hapi",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"license": "MIT",
"repository": {
"url": "https://github.com/StreamJar/hapi-decorators"
},
"scripts": {
"build": "rimraf dist && tsc",
"lint": "tslint --project .",
"lint:fix": "tslint --project . --fix",
"prepare": "npm run build"
},
"author": "Luke Thompson <[email protected]>",
"dependencies": {
"@hapi/hapi": "^18.3.1",
"@hapi/joi": "^15.0.3",
"@types/hapi__hapi": "^18.2.3",
"@types/hapi__joi": "^15.0.1",
"@types/lodash": "^4.14.133",
"lodash": "^4.17.11",
"reflect-metadata": "^0.1.13",
"ts-node": "^8.2.0",
"typescript": "^3.5.1"
},
"devDependencies": {
"rimraf": "^2.6.3",
"tslint": "^5.17.0",
"tslint-import-group-ordering": "^2.1.2",
"tslint-microsoft-contrib": "^6.2.0"
}
}