cloudconverter
Version:
A simplified interface to the CloudConvert API.
50 lines (49 loc) • 888 B
JSON
{
"name": "cloudconverter",
"version": "1.0.0",
"description": "A simplified interface to the CloudConvert API.",
"repository": "https://github.com/Richienb/cloudconverter.git",
"author": "Richie Bendall <richiebendall@gmail.com>",
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"index.d.ts"
],
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "xo",
"test": "yarn lint && ava --timeout 1m"
},
"keywords": [
"cloudconvert",
"api",
"stream",
"file",
"convert",
"extensions",
"path",
"filename",
"http"
],
"dependencies": {
"cloudconvert": "^2.0.0",
"fs-extra": "^8.1.0",
"got": "^10.4.0",
"is-stream": "^2.0.0",
"ow": "^0.15.1"
},
"devDependencies": {
"ava": "^3.0.0",
"eslint-config-richienb": "^0.3.0",
"xo": "^0.25.3"
},
"resolutions": {
"eslint": "^6.8.0"
},
"xo": {
"extends": "richienb/node"
}
}