UNPKG

@vtfk/e18

Version:
46 lines (45 loc) 937 B
{ "name": "@vtfk/e18", "version": "2.1.5", "description": "", "main": "index.js", "engines": { "node": ">12" }, "scripts": { "refresh": "rm -rf node_modules && rm package-lock.json && npm i", "test": "standard && jest && npm audit", "publish:npm": "npm publish --access=public" }, "repository": { "url": "https://github.com/vtfk/e18-node" }, "keywords": [ "e18", "queue", "statistics", "vtfk", "vestfold og telemark fylkeskommune" ], "author": "Rune Moskvil Lyngås <rune.moskvil.lyngaas@vtfk.no> (https://github.com/runely)", "license": "MIT", "devDependencies": { "jest": "27.5.1", "standard": "16.0.4" }, "dependencies": { "@vtfk/logger": "4.1.2", "axios": "0.26.0" }, "standard": { "env": [ "jest" ] }, "jest": { "testMatch": [ "**/tests/**/*test.[jt]s?(x)", "**/?(*.)+.(spec|test).[jt]s?(x)" ] } }