mirror of https://gitee.com/antv-l7/antv-l7
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"name": "@jimp/plugin-print",
|
|
"version": "0.6.8",
|
|
"description": "print an image.",
|
|
"main": "dist/index.js",
|
|
"module": "es/index.js",
|
|
"scripts": {
|
|
"test": "cross-env BABEL_ENV=test mocha --require @babel/register",
|
|
"test:watch": "npm run test -- --reporter min --watch",
|
|
"test:coverage": "nyc npm run test",
|
|
"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",
|
|
"load-bmfont": "^1.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@jimp/custom": ">=0.3.5",
|
|
"@jimp/plugin-blit": ">=0.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@jimp/custom": "^0.6.8",
|
|
"@jimp/plugin-blit": "^0.6.8",
|
|
"@jimp/test-utils": "^0.6.8"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "aa937725a7db4f33c68cbab36ab5cf942f4b90ff"
|
|
}
|