-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 903 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 903 Bytes
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": "middy-jsonapi",
"version": "2.0.2",
"description": "JSONAPI middleware for middy",
"copyright": "© 2021 willfarrell",
"main": "index.js",
"scripts": {
"lint": "prettier-standard 'index.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://willfarrell@github.com/willfarrell/middy-jsonapi.git"
},
"keywords": [
"middy",
"jsonapi",
"middleware"
],
"author": "willfarrell",
"license": "MIT",
"bugs": {
"url": "https://github.com/willfarrell/middy-jsonapi/issues"
},
"homepage": "https://github.com/willfarrell/middy-jsonapi#readme",
"dependencies": {
"jsonapi-query-parser": "1.3.1"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"mocha": "^8.2.1",
"prettier-standard-cli": "^16.0.10"
}
}