Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MR414N-ID
GitHub Repository: MR414N-ID/botku2
Path: blob/master/node_modules/@jimp/plugin-scale/package.json
1126 views
1
{
2
"name": "@jimp/plugin-scale",
3
"version": "0.16.1",
4
"description": "scale an image.",
5
"main": "dist/index.js",
6
"module": "es/index.js",
7
"types": "index.d.ts",
8
"scripts": {
9
"build": "npm run build:node:production && npm run build:module",
10
"build:watch": "npm run build:node:debug -- -- --watch --verbose",
11
"build:debug": "npm run build:node:debug",
12
"build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
13
"build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
14
"build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
15
"build:node:production": "cross-env BABEL_ENV=production npm run build:node"
16
},
17
"author": "",
18
"license": "MIT",
19
"dependencies": {
20
"@babel/runtime": "^7.7.2",
21
"@jimp/utils": "^0.16.1"
22
},
23
"peerDependencies": {
24
"@jimp/custom": ">=0.3.5",
25
"@jimp/plugin-resize": ">=0.3.5"
26
},
27
"publishConfig": {
28
"access": "public"
29
},
30
"gitHead": "909f06eac36ef5ba36ebb1e0853fd006c4da3560"
31
}
32
33