-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.73 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
{
"name": "rightimage",
"version": "3.0.0",
"description": "Stream images with dynamic re-orientation",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"coverage": "nyc --reporter lcov --reporter text npm test",
"docs": "evaldown --format markdown ./docs/README.md > README.md",
"test-docs": "evaldown --validate --reporter spec ./docs/README.md",
"lint": "eslint .",
"test": "mocha",
"version": "npm run docs && git add README.md && offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
},
"author": "Alex J Burke <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/alexjeffburke/rightimage.git"
},
"license": "BSD-3-Clause",
"dependencies": {
"@alexjeffburke/bufferedstream": "^1.6.1",
"exif-reader": "^1.0.3",
"gifsicle": "^5.3.0",
"impro": "~0.14.2",
"is-animated": "^2.0.1",
"jpegtran": "^2.0.0",
"sharp": "~0.32.0"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.2.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"evaldown": "^1.4.1",
"express": "^4.16.3",
"httperrors": "2.0.1",
"mocha": "^8.1.3",
"nyc": "^14.1.1",
"offline-github-changelog": "^1.7.0",
"prettier": "1.15.3",
"purify": "^3.4.0",
"rightimage": "file:./",
"unexpected": "^10.39.2",
"unexpected-exif": "^3.1.0",
"unexpected-express": "^11.0.0",
"unexpected-image": "^2.0.0",
"unexpected-mitm": "^12.1.1"
}
}