-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.59 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
49
50
51
52
53
54
55
56
57
58
{
"name": "saddle-up",
"version": "0.5.4",
"description": "An easy-to-use testing framework for node servers everywhere",
"homepage": "https://github.com/TheMallen/SaddleUp",
"main": "src/index.mjs",
"scripts": {
"test": "sk test",
"lint": "yarn eslint",
"type-check": "sk type-check",
"build": "sk build",
"prerelease": "yarn build",
"release": "yarn version"
},
"keywords": [
"koa",
"test"
],
"author": "themallen",
"license": "MIT",
"dependencies": {
"jest-matcher-utils": "^26.1.0",
"node-fetch": "^2.6.0",
"tough-cookie": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/TheMallen/SaddleUp.git"
},
"devDependencies": {
"@hapi/hapi": "^19.1.1",
"@sewing-kit/cli": "^0.1.0",
"@sewing-kit/config": "^0.1.0",
"@sewing-kit/eslint-plugin": "^0.0.14",
"@sewing-kit/plugin-babel": "^0.0.38",
"@sewing-kit/plugin-eslint": "^0.1.0",
"@sewing-kit/plugin-javascript": "^0.1.1",
"@sewing-kit/plugin-jest": "^0.1.1",
"@sewing-kit/plugin-package-flexible-outputs": "^0.1.1",
"@sewing-kit/plugin-package-typescript": "^0.1.17",
"@sewing-kit/plugin-typescript": "^0.1.1",
"@types/connect": "^3.4.33",
"@types/express": "^4.17.7",
"@types/hapi__hapi": "^19.0.3",
"@types/jest": "^26.0.4",
"@types/koa": "^2.11.3",
"@types/node": "^14.0.20",
"@types/node-fetch": "^2.5.7",
"@types/tough-cookie": "^4.0.0",
"connect": "^3.7.0",
"express": "^4.17.1",
"koa": "^2.13.0",
"typescript": "^3.9.5"
},
"resolutions": {
"elliptic": "^6.5.3"
}
}