smartchok/package.json
2018-03-01 00:19:22 +01:00

35 lines
855 B
JSON

{
"name": "smartchok",
"version": "1.0.14",
"description": "smart wrapper for chokidar",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(yarn run prepareTest && npmts)",
"prepareTest": "(rm -f ./test/assets/hi.txt)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartchok.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartchok/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartchok#README",
"dependencies": {
"@types/chokidar": "^1.7.5",
"chokidar": "^2.0.2",
"lik": "^2.0.5",
"smartipc": "^1.0.11",
"smartq": "^1.1.6",
"smartrx": "^1.0.5"
},
"devDependencies": {
"@types/node": "^9.4.6",
"smartfile": "^4.2.28",
"tapbundle": "^2.0.0"
}
}