smartchok/package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

2016-09-22 14:33:44 +00:00
{
2018-10-10 15:06:40 +00:00
"name": "@pushrocks/smartchok",
2018-02-28 23:19:22 +00:00
"version": "1.0.14",
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)",
"build": "echo \"Not needed for now\""
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
}
}