jsonstat-toolkit
Version:
JSON-stat Javascript Toolkit: a library to deal with JSON-stat responses.
44 lines (43 loc) • 867 B
JSON
{
"name": "jsonstat-toolkit",
"version": "1.5.3",
"description": "JSON-stat Javascript Toolkit: a library to deal with JSON-stat responses.",
"homepage": "https://jsonstat.com",
"keywords": [
"jsonstat",
"toolkit",
"stats",
"data",
"cube",
"opendata"
],
"author": {
"name": "Xavier Badosa",
"url": "https://xavierbadosa.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsonstat/toolkit.git"
},
"main": "main.cjs",
"module": "module.mjs",
"browser": "import.mjs",
"unpkg": "iife.js",
"jsdelivr": "iife.js",
"scripts": {
"build": "rollup -c",
"test": "node test/nodejs.js"
},
"dependencies": {
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"rollup": "^4.26.0",
"@rollup/plugin-terser": "^0.4.4"
},
"license": "Apache-2.0",
"files": [
"*.@(js|cjs|mjs)"
]
}