UNPKG

933 BJSONView Raw
1{
2 "name": "@artsy/express-reloadable",
3 "version": "1.7.0",
4 "description": "Development tool that enables hot-swapping Express server code without a restart",
5 "keywords": [
6 "express",
7 "hot-swap",
8 "development tool"
9 ],
10 "main": "index.js",
11 "repository": "git@github.com:artsy/express-reloadable.git",
12 "authors": [
13 "Artsy <https://artsy.net>",
14 "Christopher Pappas <damassi.pappas@gmail.com>",
15 "Eloy Durán <eloy.de.enige@gmail.com>"
16 ],
17 "scripts": {
18 "test": "./node_modules/tape/bin/tape ./test/*.js"
19 },
20 "homepage": "https://github.com/artsy/express-reloadable",
21 "license": "MIT",
22 "dependencies": {
23 "chalk": "^2.3.1",
24 "chokidar": "^3.0.0",
25 "decache": "^4.4.0"
26 },
27 "devDependencies": {
28 "@artsy/auto-config": "1.1.0",
29 "express": "4.16.4",
30 "tape": "4.10.1"
31 },
32 "publishConfig": {
33 "registry": "https://registry.npmjs.org",
34 "access": "public"
35 }
36}