asposewordscloud
Version:
Aspose.Words Cloud SDK for Node.js
62 lines (61 loc) • 1.77 kB
JSON
{
"name": "asposewordscloud",
"version": "25.4.0",
"description": "Aspose.Words Cloud SDK for Node.js",
"homepage": "https://products.aspose.cloud/words/cloud",
"author": {
"name": "Evgeny Ivanov"
},
"license": "MIT",
"engines": {
"node": ">=4.8"
},
"repository": {
"type": "git",
"url": "https://github.com/aspose-words-cloud/aspose-words-cloud-node.git"
},
"keywords": [
"Aspose",
"Cloud",
"Words"
],
"readmeFilename": "README.md",
"main": "dist/api.js",
"types": "dist/api.d.ts",
"scripts": {
"tsc": "tsc",
"test": "mocha -r ts-node/register 'test/**/*.ts' --timeout 120000 --reporter mocha-jenkins-reporter",
"test-jenkins": "cross-env JUNIT_REPORT_PATH=reports/test_report.xml mocha -r ts-node/register 'test/**/*.ts' --timeout 120000 --reporter mocha-jenkins-reporter",
"lint": "eslint . --ext .ts",
"cucumber": "cucumber-js ./bdd/features -r ./dist/bdd/steps",
"release": "tsc --project tsconfigPack.json"
},
"dependencies": {
"@types/lodash": "^4.14.182",
"@types/node-rsa": "^1.1.1",
"@types/request": "^2.48.4",
"form-data": "^4.0.0",
"node-rsa": "^1.1.1",
"request": "^2.88.2",
"request-debug": "^0.2.0",
"uuid": "^7.0.3"
},
"devDependencies": {
"@cucumber/cucumber": "^8.2.1",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"del": "^5.1.0",
"eslint": "^8.15.0",
"mocha": "^9.1.3",
"mocha-cases": "^0.3.0",
"mocha-jenkins-reporter": "^0.4.3",
"mocha-sinon": "^2.1.2",
"sinon": "^9.0.2",
"ts-node": "^8.8.2",
"typescript": "^4.8.4"
}
}