sdmx-rest
Version:
SDMX REST API client for JavaScript
80 lines (79 loc) • 1.88 kB
JSON
{
"name": "sdmx-rest",
"engines": {
"node": ">=10"
},
"description": "SDMX REST API client for JavaScript",
"version": "2.20.0",
"main": "./lib/index.js",
"scripts": {
"prebuild": "rm -rf lib && mkdir lib",
"build": "coffee -co lib src/",
"coverage": "nyc --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --extension .coffee --reporter=lcov npm test",
"test": "mocha 'test/**/*.coffee'",
"lint": "coffeelint src"
},
"repository": {
"type": "git",
"url": "https://github.com/sosna/sdmx-rest4js.git"
},
"keywords": [
"sdmx",
"sdmx restful web services",
"api"
],
"author": "Xavier Sosnovsky <xso@sosna.ws>",
"contributors": [
{
"name": "Xavier Sosnovsky",
"email": null,
"url": "https://github.com/sosna",
"contributions": 116,
"additions": 5727,
"deletions": 3071,
"hireable": null
},
{
"name": "Leroy S.",
"email": null,
"url": "https://github.com/Tzaphkiel",
"contributions": 2,
"additions": 21,
"deletions": 1,
"hireable": null
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/sosna/sdmx-rest4js/issues"
},
"homepage": "https://github.com/sosna/sdmx-rest4js#readme",
"devDependencies": {
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"coffeelint": "2.1.0",
"coffeescript": "2.7.0",
"mocha": "9.2.2",
"nock": "13.2.8",
"nyc": "15.1.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"mocha": {
"throw-deprecation": true,
"require": [
"coffeescript/register"
],
"inline-diffs": true,
"timeout": 40000,
"reporter": "spec",
"recursive": true
},
"dependencies": {
"es6-promise": "4.2.8",
"isomorphic-fetch": "3.0.0"
}
}