jsonstat-euro
Version:
A library to deal with Eurostat's JSON-stat API
56 lines (55 loc) • 1.07 kB
JSON
{
"name": "jsonstat-euro",
"version": "2.1.1",
"description": "A library to deal with Eurostat's JSON-stat API",
"homepage": "https://jsonstat.com",
"keywords": [
"eurostat",
"jsonstat",
"stats",
"data",
"cube",
"opendata",
"table",
"europe",
"eu"
],
"author": {
"name": "Xavier Badosa",
"url": "https://xavierbadosa.com"
},
"repository": {
"type": "git",
"url": "https://github.com/jsonstat/euro.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": {
"jsonstat-toolkit": "^1.4.2"
},
"devDependencies": {
"rollup": "^1.27.1",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"rollup-plugin-terser": "^5.1.2",
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"license": "Apache-2.0",
"files": [
"*.@(js|cjs|mjs)"
]
}