nut-pipe
Version:
a very simple middleware pipeline builder
62 lines (61 loc) • 1.59 kB
JSON
{
"name": "nut-pipe",
"version": "1.3.7",
"description": "a very simple middleware pipeline builder",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"clean": "rimraf dist",
"prebuild": "npm run clean",
"build": "webpack",
"build:dev": "NODE_ENV=development npm run build",
"build:prod": "NODE_ENV=production npm run build",
"build:watch": "npm link && NODE_ENV=development webpack watch",
"predeploy": "npm install && npm run build:prod",
"deploy": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodejs-projects-kenanhancer/nut-pipe.git"
},
"keywords": [
"JavaScript",
"node",
"nodejs",
"framework",
"api",
"middleware",
"lambda",
"aws",
"azure",
"azure functions",
"serverless"
],
"author": {
"email": "kenanhancer@gmail.com",
"name": "Kenan Hancer",
"url": "http://kenanhancer.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nodejs-projects-kenanhancer/nut-pipe/issues"
},
"homepage": "https://github.com/nodejs-projects-kenanhancer/nut-pipe#readme",
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"devDependencies": {
"@azure/functions": "^3.2.0",
"@types/aws-lambda": "^8.10.102",
"@types/jest": "^28.1.7",
"copy-webpack-plugin": "^11.0.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"ts-loader": "^9.3.1",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
}
}