-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "@awes-io/resize",
"version": "2.1.0",
"description": "Cloudflare Image Resizing: simple API for URL generation.",
"keywords": [
"cloudflare",
"resize",
"resizing",
"cropping",
"crop",
"image",
"api",
"awes-io"
],
"scripts": {
"build": "rollup -c",
"test": "mocha -r esm test/*.test.js",
"pkg": "yarn build && npm publish --access public"
},
"dependencies": {
"lodash": "^4.17.15"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@rollup/plugin-node-resolve": "^7.1.1",
"rollup-plugin-commonjs": "^10.1.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"esm": "^3.2.25",
"mocha": "^5.2.0",
"prettier": "^1.18.2",
"rollup": "^1.30.1",
"rollup-plugin-babel": "^4.3.3"
},
"homepage": "https://www.awes.io",
"bugs": {
"url": "https://github.com/awes-io/resize/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:awes-io/resize.git"
},
"license": "MIT",
"author": "Awescode GmbH <info@awescode.de> (https://www.awescode.de)",
"main": "dist/index.js",
"module": "dist/index.esm.js"
}