This repository has been archived on 2022-07-29. You can view files and clone it, but cannot push or open issues or pull requests.
serve/package.json
2022-07-29 05:59:03 +02:00

66 lines
1.5 KiB
JSON

{
"name": "@plastichub/serve",
"version": "12.0.0",
"description": "Static file serving and directory listing",
"scripts": {
"test": "yarn lint",
"lint": "zeit-eslint --ext .jsx,.js .",
"lint-staged": "git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint",
"build-views": "dottojs -s ./src -d ./src"
},
"files": [
"bin"
],
"bin": {
"serve": "./src/serve.js"
},
"keywords": [
"now",
"serve",
"micro",
"http-server"
],
"author": "leo",
"license": "MIT",
"devDependencies": {
"@zeit/eslint-config-node": "0.3.0",
"ava": "^3.15.0",
"codecov": "3.7.1",
"commander": "2.15.1",
"dot": "1.1.3",
"eslint": "6.1.0",
"fs-extra": "6.0.1",
"micro": "9.3.2",
"node-fetch": "2.6.1",
"nyc": "14.1.1",
"request": "2.87.0",
"sleep-promise": "6.0.0",
"test-listen": "1.1.0"
},
"eslintConfig": {
"extends": [
"@zeit/eslint-config-node"
]
},
"git": {},
"dependencies": {
"@plastichub/fs": "^0.13.26",
"@zeit/schemas": "2.6.0",
"ajv": "6.12.6",
"arg": "2.0.0",
"boxen": "1.3.0",
"bytes": "3.0.0",
"chalk": "2.4.1",
"clipboardy": "2.3.0",
"compression": "1.7.3",
"content-disposition": "0.5.2",
"fast-url-parser": "1.1.3",
"mime-types": "2.1.18",
"minimatch": "3.0.4",
"path-is-inside": "1.0.2",
"path-to-regexp": "2.2.1",
"range-parser": "1.2.0",
"update-check": "1.5.2"
}
}