before-hook
Version:
A modern pre-hook JS library that's just easy, built with love and style.
57 lines (56 loc) • 1.76 kB
JSON
{
"name": "before-hook",
"version": "0.3.3-alpha.0",
"description": "A modern pre-hook JS library that's just easy, built with love and style.",
"main": "index.js",
"scripts": {
"startOld": "babel-node index.source.js",
"devlint": "eslint index.source.js --fix",
"lint:dev": "npm run lint:commons && tslint -c tslint.json --fix './src/**/*.ts' && eslint src/*andler.js --fix && eslint src/**/*.js --fix",
"lint:ts": "tslint -c tslint.json --fix './src/**/*.ts' && eslint ./src --fix",
"build": "npm run devlint && babel index.source.js --out-file index.js && babel middlewares/index.source.js --out-file middlewares/index.js",
"pretest": "npm run build",
"test": "jest"
},
"keywords": [
"hook",
"hooks",
"pre",
"prehook",
"pre-hook",
"before",
"beforehook",
"before hook",
"middleware",
"lambda-hook",
"lambda hook"
],
"author": "Tyro Hunter Tan <tantyrohunter@gmail.com>",
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.0.0-beta.55",
"source-map-support": "0.5.12"
},
"devDependencies": {
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/node": "7.2.2",
"@babel/plugin-transform-runtime": "7.4.3",
"@babel/preset-env": "7.4.3",
"babel-plugin-source-map-support": "2.0.1",
"eslint": "5.4.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "4.0.0",
"eslint-import-resolver-typescript": "1.1.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.11.0",
"jest": "24.7.1",
"jwt-decode": "2.2.0",
"ts-jest": "24.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/slugs99/before-hook.git"
}
}