smartfile/package.json

71 lines
1.8 KiB
JSON
Raw Normal View History

2015-11-03 18:57:29 +00:00
{
"name": "@pushrocks/smartfile",
"private": false,
2022-06-07 13:11:22 +00:00
"version": "9.0.7",
2015-11-03 18:57:29 +00:00
"description": "offers smart ways to work with files in nodejs",
2020-03-15 19:08:41 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2015-11-03 18:57:29 +00:00
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)"
2015-11-03 18:57:29 +00:00
},
"repository": {
"type": "git",
2016-06-23 17:02:34 +00:00
"url": "https://gitlab.com/pushrocks/smartfile.git"
2015-11-03 18:57:29 +00:00
},
"keywords": [
"filesystem",
"json"
],
"author": "Lossless GmbH <hello@lossless.com> (https://lossless.com)",
2015-11-03 18:57:29 +00:00
"license": "MIT",
"bugs": {
2016-06-23 17:02:34 +00:00
"url": "https://gitlab.com/pushrocks/smartfile/issues"
2015-11-03 18:57:29 +00:00
},
2016-06-23 17:02:34 +00:00
"homepage": "https://gitlab.com/pushrocks/smartfile",
2015-11-03 18:57:29 +00:00
"dependencies": {
2021-12-02 23:24:10 +00:00
"@pushrocks/lik": "^5.0.0",
2021-12-20 14:11:21 +00:00
"@pushrocks/smartdelay": "^2.0.13",
2020-10-05 16:20:57 +00:00
"@pushrocks/smartfile-interfaces": "^1.0.7",
2021-04-07 09:48:54 +00:00
"@pushrocks/smarthash": "^2.1.10",
"@pushrocks/smartjson": "^4.0.6",
2021-11-30 15:34:35 +00:00
"@pushrocks/smartmime": "^1.0.5",
"@pushrocks/smartpath": "^4.0.3",
2021-11-30 15:34:35 +00:00
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartrequest": "^1.1.52",
2022-06-07 13:11:21 +00:00
"@pushrocks/smartstream": "^2.0.1",
"@pushrocks/streamfunction": "^4.0.4",
2021-11-30 15:34:35 +00:00
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/js-yaml": "^4.0.5",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"js-yaml": "^4.1.0"
2015-11-03 18:57:29 +00:00
},
"devDependencies": {
2021-11-30 15:34:35 +00:00
"@gitzone/tsbuild": "^2.1.28",
"@gitzone/tsrun": "^1.2.18",
"@gitzone/tstest": "^1.0.60",
2021-04-07 09:48:54 +00:00
"@pushrocks/tapbundle": "^3.2.14",
2021-11-30 15:34:35 +00:00
"@types/node": "^16.11.11",
2018-11-22 22:23:26 +00:00
"gulp-function": "^2.2.14",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
2019-06-26 19:17:58 +00:00
},
"files": [
2020-02-07 21:00:04 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-03-15 18:58:46 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-02-07 21:00:04 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-06-26 19:17:58 +00:00
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
2019-06-26 19:17:58 +00:00
]
2022-03-11 08:46:54 +00:00
}