2016-09-22 14:33:44 +00:00
|
|
|
{
|
2018-10-10 15:06:40 +00:00
|
|
|
"name": "@pushrocks/smartchok",
|
2019-05-05 18:41:29 +00:00
|
|
|
"version": "1.0.16",
|
2018-10-10 15:06:40 +00:00
|
|
|
"private": false,
|
2016-09-22 14:33:44 +00:00
|
|
|
"description": "smart wrapper for chokidar",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
2018-10-10 15:06:40 +00:00
|
|
|
"test": "(npm run prepareTest && tstest test/)",
|
|
|
|
"prepareTest": "(rm -f ./test/assets/hi.txt)",
|
2019-05-05 18:41:29 +00:00
|
|
|
"build": "tsbuild"
|
2016-09-22 14:33:44 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2018-10-10 15:06:40 +00:00
|
|
|
"@pushrocks/lik": "^3.0.1",
|
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
|
|
"@pushrocks/smartrx": "^2.0.1",
|
|
|
|
"@pushrocks/smartspawn": "^2.0.2",
|
2018-02-28 23:08:08 +00:00
|
|
|
"@types/chokidar": "^1.7.5",
|
2018-10-10 15:06:40 +00:00
|
|
|
"chokidar": "^2.0.4"
|
2016-09-22 14:33:44 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-10-10 15:06:40 +00:00
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
|
|
"@gitzone/tsrun": "^1.1.12",
|
|
|
|
"@gitzone/tstest": "^1.0.15",
|
|
|
|
"@pushrocks/smartfile": "^6.0.8",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
|
|
|
"@types/node": "^10.11.6"
|
2016-09-22 14:33:44 +00:00
|
|
|
}
|
|
|
|
}
|