smartchok/package.json

56 lines
1.4 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",
2021-11-30 01:35:49 +00:00
"version": "1.0.25",
2018-10-10 15:06:40 +00:00
"private": false,
2016-09-22 14:33:44 +00:00
"description": "smart wrapper for chokidar",
2021-11-29 19:26:59 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2016-09-22 14:33:44 +00:00
"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": {
2021-11-29 19:26:59 +00:00
"@pushrocks/lik": "^5.0.0",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartrx": "^2.0.19",
2019-05-05 18:46:25 +00:00
"@types/chokidar": "^2.1.3",
2021-11-29 19:26:59 +00:00
"chokidar": "^3.5.2"
2016-09-22 14:33:44 +00:00
},
"devDependencies": {
2021-11-29 19:26:59 +00:00
"@gitzone/tsbuild": "^2.1.28",
"@gitzone/tsrun": "^1.2.18",
"@gitzone/tstest": "^1.0.60",
"@pushrocks/smartfile": "^8.0.10",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^16.11.10",
"tslint": "^6.1.3",
2019-06-04 12:04:06 +00:00
"tslint-config-prettier": "^1.18.0"
2019-06-04 11:59:54 +00:00
},
"files": [
2021-11-29 19:26:59 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-06-04 11:59:54 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2021-11-29 19:26:59 +00:00
],
"browserslist": [
"last 1 chrome versions"
2019-06-04 11:59:54 +00:00
]
2019-08-22 08:53:29 +00:00
}