UNPKG

@aofl/middleware

Version:
41 lines (40 loc) 1.16 kB
{ "name": "@aofl/middleware", "version": "3.14.1", "description": "Simple base middleware class", "main": "index.js", "browser": "dist/index.js", "module": "index.js", "typings": "types.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build-ci": "cross-env NODE_ENV=production aofl build --debug", "build": "cross-env NODE_ENV=production npx aofl build", "watch": "npm run build -- -w", "build:dev": "cross-env NODE_ENV=development npx aofl build", "prepublishOnly": "npm run build-ci && npm run docs", "docs": "npx jsdoc -c .jsdocrc.json ." }, "keywords": [ "aofljs", "@aofl/middleware", "middleware" ], "author": "Arian Khosravi <arian.khosravi@aofl.com>", "contributors": [ "Daniel Belisle <daniel.belisle@aofl.com>", "Micah Blu <micah.blu@aofl.com>" ], "license": "MIT", "repository": { "type": "git", "url": "git@github.com:AgeOfLearning/aofl.git" }, "devDependencies": { "@aofl/cli": "^3.14.1", "cross-env": "^6.0.3", "jsdoc": "^3.6.3", "tsd-jsdoc": "^2.4.0" }, "gitHead": "65857163479f835ec51cc1e23ec01c45eab43008" }