microstrategy
Version:
A node.js wrapper for the MicroStrategy REST API & Task API
55 lines (54 loc) • 1.6 kB
JSON
{
"name": "microstrategy",
"version": "0.1.16",
"description": "A node.js wrapper for the MicroStrategy REST API & Task API",
"main": "./lib/mstr.js",
"browser": "./dist/mstrapi.min.js",
"scripts": {
"build": "npm run webpack-dev && npm run webpack-prod",
"webpack-watch": "webpack --watch --config webpack/webpack.config.js --env=dev",
"webpack-dev": "webpack --config webpack/webpack.config.js --env=dev",
"webpack-prod": "webpack --config webpack/webpack.config.js --env=prod",
"test": "jest --watchAll --config ./jest.config.js",
"testci": "jest --config ./jest.config.js",
"coverage": "jest --coverage --watchAll --config ./jest.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tiagosiebler/microstrategy-api-node"
},
"keywords": [
"microstrategy",
"mstr",
"rest",
"api",
"task api",
"microstrategy rest api",
"microstrategy task api",
"library",
"mstr"
],
"author": "Tiago Siebler",
"license": "MIT",
"dependencies": {
"assert": "^2.0.0",
"axios": "^0.19.2",
"form-data": "^3.0.0",
"querystring": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"eslint": "^7.0.0",
"eslint-plugin-jest": "^23.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.1.0",
"jest-cli": "^26.0.1",
"prettier": "^2.0.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}