maximo-rest-client
Version:
A simple REST API client for the IBM Maximo platform written in TypeScript.
36 lines (35 loc) • 876 B
JSON
{
"name": "maximo-rest-client",
"version": "2.0.0",
"description": "A simple REST API client for the IBM Maximo platform written in TypeScript.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"start": "ts-node-dev --notify false --respawn --transpileOnly ./src/index.ts",
"build": "tsc"
},
"keywords": [
"maximo",
"rest",
"node",
"typescript",
"javascript"
],
"repository": {
"type": "git",
"url": "https://github.com/cerux1867/maximo-rest-client.git"
},
"author": "Miha Maček <miha.macek5@gmail.com>",
"license": "MIT",
"devDependencies": {
"ts-node-dev": "^1.0.0-pre.39",
"tslint": "^5.17.0",
"typescript": "^3.5.1"
},
"types": "dist/index.d.ts",
"dependencies": {
"@types/node": "^12.0.7",
"axios": "^0.19.0"
}
}