smartchok/package.json

52 lines
1.3 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",
2019-08-22 08:53:29 +00:00
"version": "1.0.21",
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": {
2019-05-05 18:46:25 +00:00
"@pushrocks/lik": "^3.0.5",
"@pushrocks/smartpromise": "^3.0.2",
"@pushrocks/smartrx": "^2.0.3",
"@types/chokidar": "^2.1.3",
2019-06-04 11:59:54 +00:00
"chokidar": "^3.0.1"
2016-09-22 14:33:44 +00:00
},
"devDependencies": {
2019-05-05 18:46:25 +00:00
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.2.6",
2019-06-04 11:59:54 +00:00
"@gitzone/tstest": "^1.0.24",
2019-05-05 18:46:25 +00:00
"@pushrocks/smartfile": "^7.0.2",
"@pushrocks/tapbundle": "^3.0.9",
2019-06-04 12:04:06 +00:00
"@types/node": "^12.0.4",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0"
2019-06-04 11:59:54 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
2019-08-22 08:53:29 +00:00
"dist_ts_web/*",
2019-06-04 11:59:54 +00:00
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-08-22 08:53:29 +00:00
}