@happycoderse/js-sl-api
Version:
Javscript client for SL API
31 lines (30 loc) • 651 B
JSON
{
"name": "@happycoderse/js-sl-api",
"version": "1.0.4",
"description": "Javscript client for SL API",
"main": "SlApiClient.js",
"scripts": {
"pretest": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chasfredrik/js-sl-api.git"
},
"keywords": [
"SL"
],
"author": "Happy Coder",
"license": "ISC",
"bugs": {
"url": "https://github.com/chasfredrik/js-sl-api/issues"
},
"homepage": "https://github.com/chasfredrik/js-sl-api#readme",
"devDependencies": {
"eslint": "^7.13.0",
"jest": "^26.6.3"
},
"dependencies": {
"axios": "^0.21.0"
}
}