@asposeimaging/aspose-imaging-cloud
Version:
Aspose.Imaging Cloud Node.js SDK
101 lines (100 loc) • 2.51 kB
JSON
{
"name": "@asposeimaging/aspose-imaging-cloud",
"version": "25.4.0",
"description": "Aspose.Imaging Cloud Node.js SDK",
"homepage": "https://products.aspose.cloud/imaging",
"author": {
"name": "Aspose.Imaging Cloud",
"url": "https://github.com/aspose-imaging-cloud"
},
"license": "MIT",
"engines": {
"node": ">=6.15"
},
"repository": {
"type": "git",
"url": "https://github.com/aspose-imaging-cloud/aspose-imaging-cloud-node.git"
},
"keywords": [
"Aspose",
"Imaging",
"Cloud",
"REST",
"API",
"SDK",
"image",
"object detection",
"reverse search",
"image effects",
"filters",
"deskewing",
"resize",
"crop",
"rotate",
"convert",
"metadata",
"bmp",
"dicom",
"dng",
"djvu",
"djv",
"emf",
"gif",
"jpg",
"jpe",
"jpeg",
"jpeg2000",
"jp2",
"jpx",
"jpm",
"j2k",
"odg",
"otg",
"png",
"psd",
"tiff",
"tif",
"webp",
"wmf",
"cdr",
"cmx",
"pdf",
"svg"
],
"readmeFilename": "package.md",
"main": "dist/lib/api.js",
"types": "dist/lib/api.d.ts",
"files": [
"dist",
"dist-esm",
"dist-bundle"
],
"scripts": {
"compile": "tsc && tsc -m es6 --outDir dist-esm && webpack --config webpack.config.js",
"lint": "tslint lib/{,**/}*.ts test/{,**/}*.ts -t verbose --project ./tsconfig.json",
"test-node": "cross-var node --max_old_space_size=4096 ./node_modules/jest/bin/jest.js --runInBand --testMatch=$ProcessedTestPattern --config=jest.node.config.js --colors --ci",
"test-jsdom": "cross-var node --max_old_space_size=4096 ./node_modules/jest/bin/jest.js --runInBand --testMatch=$ProcessedTestPattern --config=jest.jsdom.config.js --colors --ci",
"ci": "npm run-script compile && npm run-script test-node && npm run-script test-jsdom"
},
"dependencies": {
"@types/request": "^2.47.0",
"request": "^2.88.2",
"request-debug": "^0.2.0"
},
"devDependencies": {
"@types/jest": "^23.3.9",
"@types/jest-each": "^0.3.2",
"@types/node": "^12.19.14",
"cross-var": "^1.1.0",
"jest": "^23.6.0",
"jest-each": "^23.6.0",
"jest-junit": "^5.2.0",
"ts-jest": "^23.10.4",
"ts-loader": "^8.0.14",
"ts-node": "^4.0.2",
"tslint": "^5.8.0",
"typescript": "^3.1.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}