wkr-util
Version:
Utility library for wkr project.
53 lines (52 loc) • 1.5 kB
JSON
{
"name": "wkr-util",
"version": "1.3.13",
"description": "Utility library for wkr project.",
"main": "cjs/",
"module": "esm/",
"scripts": {
"test": "jest ./test",
"clean": "rm -rf cjs",
"lint": "esw --color --watch ./esm ./test",
"build": "npm run clean && babel esm --out-dir cjs",
"prepare": "npm test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cullylarson/wkr-util.git"
},
"author": "Cully Larson <cully.larson@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cullylarson/wkr-util/issues"
},
"homepage": "https://github.com/cullylarson/wkr-util#readme",
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/preset-env": "^7.13.12",
"babel-eslint": "^10.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"eslint": "^7.23.0",
"eslint-plugin-jest": "^24.3.2",
"eslint-watch": "^7.0.0",
"jest": "^26.6.3",
"standard": "^16.0.3"
},
"dependencies": {
"@cullylarson/f": "0.1.2",
"@cullylarson/mysql": "^1.0.1",
"@cullylarson/p": "^0.1.0",
"@cullylarson/validate": "1.0.15",
"date-fns": "^2.19.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-rate-limit": "^5.2.6",
"is-uuid": "^1.0.2",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^2.0.2",
"node-fetch": "^2.6.1",
"url-join": "^4.0.1"
}
}