Path: blob/master/node_modules/@jimp/core/package.json
1126 views
{1"name": "@jimp/core",2"version": "0.16.1",3"description": "Jimp core",4"main": "dist/index.js",5"module": "es/index.js",6"types": "types/index.d.ts",7"files": [8"dist",9"es",10"index.d.ts",11"fonts",12"types"13],14"repository": {15"type": "git",16"url": "https://github.com/oliver-moran/jimp.git"17},18"bugs": {19"url": "https://github.com/oliver-moran/jimp/issues"20},21"scripts": {22"test": "cross-env BABEL_ENV=test mocha --require @babel/register test/**/*.js",23"test:watch": "npm run test -- --reporter min --watch",24"test:coverage": "nyc npm run test",25"build": "npm run build:node:production && npm run build:module",26"build:watch": "npm run build:node:debug -- -- --watch --verbose",27"build:debug": "npm run build:node:debug",28"build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",29"build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",30"build:node:debug": "cross-env BABEL_ENV=development npm run build:node",31"build:node:production": "cross-env BABEL_ENV=production npm run build:node"32},33"author": "Oliver Moran <[email protected]>",34"license": "MIT",35"dependencies": {36"@babel/runtime": "^7.7.2",37"@jimp/utils": "^0.16.1",38"any-base": "^1.1.0",39"buffer": "^5.2.0",40"exif-parser": "^0.1.12",41"file-type": "^9.0.0",42"load-bmfont": "^1.3.1",43"mkdirp": "^0.5.1",44"phin": "^2.9.1",45"pixelmatch": "^4.0.2",46"tinycolor2": "^1.4.1"47},48"devDependencies": {49"should": "^13.2.3"50},51"xo": false,52"publishConfig": {53"access": "public"54},55"gitHead": "909f06eac36ef5ba36ebb1e0853fd006c4da3560"56}575859