@rudymalhi/intacct-sdk
Version:
Sage Intacct SDK for JavaScript
89 lines • 2.39 kB
JSON
{
"name": "@rudymalhi/intacct-sdk",
"version": "1.1.4",
"description": "Sage Intacct SDK for JavaScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"sage intacct",
"intacct",
"sage",
"sdk"
],
"repository": {
"type": "git",
"url": "https://github.com/intacct/intacct-sdk-js.git"
},
"author": {
"name": "Sage Intacct, Inc.",
"url": "https://www.sageintacct.com"
},
"license": "Apache-2.0",
"homepage": "https://developer.intacct.com",
"bugs": {
"url": "https://github.com/intacct/intacct-sdk-js/issues"
},
"engines": {
"node": ">=6.9.0"
},
"files": [
"/dist"
],
"directories": {
"lib": "dist"
},
"scripts": {
"prebuild": "rimraf dist/*",
"build": "npm run build-ts",
"build-ts": "tsc",
"tslint": "tslint -c tslint.json 'src/**/*.ts'",
"doc": "rimraf doc && typedoc src/",
"pretest": "npm run build",
"test": "npm run tslint && npm run test-coverage",
"test-coverage": "nyc --include=src/**/*.ts --extension=.ts --reporter=json npm run test-mocha",
"test-mocha": "mocha -r ts-node/register --recursive \"test/**/*.ts\"",
"coverage": "nyc report",
"preversion": "npm test",
"version": "npm run build",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/dateformat": "^1.0.1",
"@types/ini": "^1.3.29",
"@types/lodash": "^4.14.109",
"@types/mocha": "^2.2.48",
"@types/mock-fs": "^3.6.30",
"@types/nock": "^8.2.1",
"@types/node": "^7.0.65",
"@types/request": "^2.48.1",
"@types/request-promise-native": "^1.0.14",
"@types/uuid": "^3.4.2",
"@types/winston": "^2.3.9",
"@types/xml2js": "^0.4.2",
"@types/xmlbuilder": "^0.0.32",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"mock-fs": "^4.8.0",
"nock": "^9.2.6",
"nyc": "^14.1.1",
"rimraf": "^2.6.2",
"ts-node": "^4.1.0",
"tslint": "^5.12.1",
"typedoc": "^0.14.2",
"typedoc-plugin-external-module-name": "^2.1.0",
"typescript": "^2.8.4"
},
"dependencies": {
"content-type": "^1.0.4",
"dateformat": "^3.0.3",
"ini": "^1.3.4",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"striptags": "^3.1.1",
"uuid": "^3.3.2",
"winston": "^2.4.2",
"xml2js": "^0.4.19",
"xmlbuilder": "^9.0.7"
}
}