tfk-saksbehandling-soknad-to-xslx
Version:
Create xlsx from jsonfiles
45 lines (44 loc) • 1.32 kB
JSON
{
"name": "tfk-saksbehandling-soknad-to-xslx",
"description": "Create xlsx from jsonfiles",
"version": "2.0.3",
"license": "MIT",
"author": {
"name": "Geir Gåsodden",
"email": "geir.gasodden@pythonia.no",
"url": "https://github.com/zrrrzzt"
},
"main": "index.js",
"engines": {
"node": ">=10.16.3"
},
"scripts": {
"test": "standard && npm audit && tap --reporter=spec test/**/*.js",
"test-offline": "standard && tap --reporter=spec test/**/*.js",
"coverage": "tap test/**/*.js --coverage",
"coveralls": "tap --cov --coverage-report=lcov test/**/*.js && cat coverage/lcov.info | coveralls",
"standard-fix": "standard --fix",
"refresh": "rm -rf node_modules && rm package-lock.json && npm install"
},
"keywords": [
"rapport",
"saksbehandling",
"Telemark fylkeskommune"
],
"repository": {
"type": "git",
"url": "git+https://github.com/telemark/tfk-saksbehandling-soknad-to-xslx.git"
},
"bugs": {
"url": "https://github.com/telemark/tfk-saksbehandling-soknad-to-xslx/issues"
},
"homepage": "https://github.com/telemark/tfk-saksbehandling-soknad-to-xslx#readme",
"devDependencies": {
"tap": "14.6.9",
"coveralls": "3.0.7",
"standard": "14.3.1"
},
"dependencies": {
"tfk-json-to-xlsx": "2.0.0"
}
}