@noggin/elastic-noggin-sdk
Version:
Elastic Noggin SDK
41 lines (40 loc) • 1.13 kB
JSON
{
"name": "@noggin/elastic-noggin-sdk",
"version": "1.4.14",
"description": "Elastic Noggin SDK",
"main": "dist/js/index.js",
"typings": "dist/js/index.d.ts",
"scripts": {
"test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
"prepare": "rm -rf dist/js/*; npm run build",
"build": "node_modules/.bin/tsc",
"prepublishOnly": "npm run build"
},
"repository": "git+ssh://git@bitbucket.org/noggin-ondemand/elastic-noggin-sdk.git",
"keywords": [
"noggin",
"eno"
],
"author": "Noggin",
"license": "Apache-2.0",
"homepage": "https://bitbucket.org/noggin-ondemand/elastic-noggin-sdk#readme",
"devDependencies": {
"@types/jasmine": "^4.3.0",
"@types/lodash": "^4.14.186",
"@types/sha.js": "^2.4.0",
"jasmine": "^4.4.0",
"nock": "^13.2.9",
"typescript": "^4.0.2"
},
"dependencies": {
"backoff-rxjs": "^7.x.x",
"got": "^11.8.5",
"jwt-decode": "^3.x.x",
"lodash": "^4.x.x",
"lru-cache": "^10.2.2",
"moment-timezone": "^0.5.38",
"node-abort-controller": "^3.1.1",
"rxjs": "^7.x.x",
"sha.js": "^2.x.x"
}
}