@eris/image-cli
Version:
CLI wrapper and standalone executable API for @eris/image.
48 lines (47 loc) • 1.25 kB
JSON
{
"name": "@eris/image-cli",
"version": "0.3.1-alpha.16",
"description": "CLI wrapper and standalone executable API for @eris/image.",
"main": "./dist/lib/client.js",
"bin": {
"image-cli": "./bin/run.js"
},
"scripts": {
"start": "node ./bin/run.js",
"download-prebuilt": "./scripts/download-prebuilt.sh",
"build": "tsc && bash ./scripts/build.sh",
"test": "npm run test:lint && npm run test:unit",
"test:unit": "jest",
"test:lint": "lint",
"test:watch": "jest --watch"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ErisVentures/js-image.git"
},
"author": "Patrick Hulce <patrick.hulce@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ErisVentures/js-image/issues"
},
"homepage": "https://github.com/ErisVentures/js-image#readme",
"pkg": {
"assets": [
"presets/*.json",
"../../node_modules/@eris/image/data/models/**/*"
]
},
"devDependencies": {
"@eris/exif": "0.3.1-alpha.16",
"@eris/image": "0.3.1-alpha.16",
"execa": "^0.8.0",
"pkg": "^4.3.7"
},
"dependencies": {
"yargs": "^9.0.1"
},
"gitHead": "d1f391d885800bda1d3e53e99440ef5a70b2f33e"
}