mirror of https://gitee.com/antv-l7/antv-l7
30 lines
1009 B
JSON
30 lines
1009 B
JSON
|
{
|
||
|
"name": "@jimp/plugin-gaussian",
|
||
|
"version": "0.6.8",
|
||
|
"description": "gaussian blur an image.",
|
||
|
"main": "dist/index.js",
|
||
|
"module": "es/index.js",
|
||
|
"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": {
|
||
|
"@jimp/utils": "^0.6.8",
|
||
|
"core-js": "^2.5.7"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@jimp/custom": ">=0.3.5"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"gitHead": "aa937725a7db4f33c68cbab36ab5cf942f4b90ff"
|
||
|
}
|