You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
32 lines
1.1 KiB
{ |
|
"name": "@jimp/plugin-scale", |
|
"version": "0.10.3", |
|
"description": "scale an image.", |
|
"main": "dist/index.js", |
|
"module": "es/index.js", |
|
"types": "index.d.ts", |
|
"scripts": { |
|
"build": "npm run build:node:production && npm run build:module", |
|
"build:watch": "npm run build:node:debug -- -- --watch --verbose", |
|
"build:debug": "npm run build:node:debug", |
|
"build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js", |
|
"build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js", |
|
"build:node:debug": "cross-env BABEL_ENV=development npm run build:node", |
|
"build:node:production": "cross-env BABEL_ENV=production npm run build:node" |
|
}, |
|
"author": "", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/runtime": "^7.7.2", |
|
"@jimp/utils": "^0.10.3", |
|
"core-js": "^3.4.1" |
|
}, |
|
"peerDependencies": { |
|
"@jimp/custom": ">=0.3.5", |
|
"@jimp/plugin-resize": ">=0.3.5" |
|
}, |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"gitHead": "37197106eae5c26231018dfdc0254422f6b43927" |
|
}
|
|
|