UNPKG

1.4 kBJSONView Raw
1{
2 "name": "gatsby-transformer-sharp",
3 "description": "Gatsby transformer plugin for images using Sharp",
4 "version": "2.5.4",
5 "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6 "bugs": {
7 "url": "https://github.com/gatsbyjs/gatsby/issues"
8 },
9 "dependencies": {
10 "@babel/runtime": "^7.10.2",
11 "bluebird": "^3.7.2",
12 "fs-extra": "^8.1.0",
13 "potrace": "^2.1.6",
14 "probe-image-size": "^4.1.1",
15 "semver": "^5.7.1",
16 "sharp": "^0.25.1"
17 },
18 "devDependencies": {
19 "@babel/cli": "^7.10.1",
20 "@babel/core": "^7.10.2",
21 "babel-preset-gatsby-package": "^0.4.3",
22 "cross-env": "^5.2.1"
23 },
24 "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sharp#readme",
25 "keywords": [
26 "gatsby",
27 "gatsby-plugin",
28 "image",
29 "sharp"
30 ],
31 "license": "MIT",
32 "peerDependencies": {
33 "gatsby": "^2.12.1",
34 "gatsby-plugin-sharp": "^2.0.0-beta.3"
35 },
36 "repository": {
37 "type": "git",
38 "url": "https://github.com/gatsbyjs/gatsby.git",
39 "directory": "packages/gatsby-transformer-sharp"
40 },
41 "scripts": {
42 "build": "babel src --out-dir . --ignore \"**/__tests__\"",
43 "prepare": "cross-env NODE_ENV=production npm run build",
44 "watch": "babel -w src --out-dir . --ignore \"**/__tests__\""
45 },
46 "engines": {
47 "node": ">=10.13.0"
48 },
49 "gitHead": "75f059efb1135362845bb347d2778cacfeb1454b"
50}