Path: blob/master/node_modules/@jimp/plugin-rotate/package.json
1126 views
{1"name": "@jimp/plugin-rotate",2"version": "0.16.1",3"description": "Rotate an image.",4"main": "dist/index.js",5"module": "es/index.js",6"types": "index.d.ts",7"scripts": {8"test": "cross-env BABEL_ENV=test mocha --require @babel/register",9"test:watch": "npm run test -- --reporter min --watch",10"test:coverage": "nyc npm run test",11"build": "npm run build:node:production && npm run build:module",12"build:watch": "npm run build:node:debug -- -- --watch --verbose",13"build:debug": "npm run build:node:debug",14"build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",15"build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",16"build:node:debug": "cross-env BABEL_ENV=development npm run build:node",17"build:node:production": "cross-env BABEL_ENV=production npm run build:node"18},19"author": "",20"license": "MIT",21"dependencies": {22"@babel/runtime": "^7.7.2",23"@jimp/utils": "^0.16.1"24},25"peerDependencies": {26"@jimp/custom": ">=0.3.5",27"@jimp/plugin-blit": ">=0.3.5",28"@jimp/plugin-crop": ">=0.3.5",29"@jimp/plugin-resize": ">=0.3.5"30},31"devDependencies": {32"@jimp/custom": "^0.16.1",33"@jimp/plugin-blit": "^0.16.1",34"@jimp/plugin-crop": "^0.16.1",35"@jimp/plugin-resize": "^0.16.1",36"@jimp/test-utils": "^0.16.1"37},38"publishConfig": {39"access": "public"40},41"gitHead": "909f06eac36ef5ba36ebb1e0853fd006c4da3560"42}434445