-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 895 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": "micro-hostname",
"version": "1.2.0",
"description": "Micro middleware to get the hostname of the request",
"keywords": [
"host",
"hostname",
"micro"
],
"homepage": "https://github.com/cprecioso/micro-hostname#readme",
"bugs": {
"url": "https://github.com/cprecioso/micro-hostname/issues"
},
"repository": "git+https://github.com/cprecioso/micro-hostname.git",
"license": "ISC",
"author": "Carlos Precioso",
"files": [
"dist/**"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "rollup -c"
},
"devDependencies": {
"@cprecioso/tsconfig": "^0.0.4",
"@types/node": "^12.12.8",
"@wessberg/rollup-plugin-ts": "^1.1.78",
"micro-host": "^1.0.0",
"rollup": "^1.27.0",
"rollup-plugin-node-resolve": "^5.2.0",
"typescript": "^3.7.2"
}
}