-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 KB
/
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
42
43
44
45
46
47
48
{
"name": "@particular./micro-requestbin",
"version": "0.0.0-semantic-release",
"author": "Adam Grohs <info@uniquelyparticular.com> (https://uniquelyparticular.com)",
"owner": "Particular.",
"description": "Please contact Particular. via info@uniquelyparticular.com for any questions",
"keywords": [
"micro",
"requestbin",
"microservices",
"particular",
"particular."
],
"license": "MIT",
"homepage": "https://github.com/uniquelyparticular/micro-requestbin#readme",
"repository": "github:uniquelyparticular/micro-requestbin",
"main": "src/index.js",
"scripts": {
"dev": "micro-dev",
"precommit": "pretty-quick --staged",
"start": "micro",
"clean-install": "yarn install --force",
"test": "jest --passWithNoTests",
"semantic-release": "semantic-release"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"micro": "9.3.4",
"micro-cors": "0.1.1",
"whatwg-url": "7.0.0"
},
"devDependencies": {
"husky": "2.4.0",
"jest": "24.8.0",
"micro-dev": "3.0.0",
"prettier": "1.17.1",
"pretty-quick": "1.11.0",
"semantic-release": "15.13.15",
"ts-jest": "24.0.2"
},
"publishConfig": {
"access": "public"
}
}