UNPKG

@travetto/watch

Version:

Support for making files watchable during runtime

33 lines (32 loc) 660 B
{ "name": "@travetto/watch", "displayName": "Watch", "version": "2.2.4", "description": "Support for making files watchable during runtime", "keywords": [ "file-watching", "travetto", "typescript" ], "homepage": "https://travetto.io", "license": "MIT", "author": { "email": "travetto.framework@gmail.com", "name": "Travetto Framework" }, "files": [ "index.ts", "src" ], "main": "index.ts", "repository": { "url": "https://github.com/travetto/travetto.git", "directory": "module/watch" }, "dependencies": { "@travetto/base": "^2.2.4" }, "publishConfig": { "access": "public" } }