smartfile/package.json

67 lines
1.7 KiB
JSON
Raw Normal View History

2015-11-03 18:57:29 +00:00
{
"name": "@pushrocks/smartfile",
"private": false,
2021-04-26 08:24:36 +00:00
"version": "8.0.10",
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": {
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",
2020-03-04 16:31:13 +00:00
"@pushrocks/smartmime": "^1.0.3",
"@pushrocks/smartpath": "^4.0.3",
2021-04-07 09:48:54 +00:00
"@pushrocks/smartpromise": "^3.1.3",
2020-10-02 13:26:53 +00:00
"@pushrocks/smartrequest": "^1.1.51",
2021-04-07 09:48:54 +00:00
"@types/fs-extra": "^9.0.10",
2020-10-02 13:26:53 +00:00
"@types/glob": "^7.1.3",
2021-04-07 09:48:54 +00:00
"@types/js-yaml": "^4.0.0",
"fs-extra": "^9.1.0",
2020-03-04 16:31:13 +00:00
"glob": "^7.1.6",
2021-04-07 09:48:54 +00:00
"js-yaml": "^4.0.0"
2015-11-03 18:57:29 +00:00
},
"devDependencies": {
2020-10-02 13:26:53 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.12",
2020-10-02 13:26:53 +00:00
"@gitzone/tstest": "^1.0.52",
2021-04-07 09:48:54 +00:00
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^14.14.37",
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
]
2020-10-02 13:29:40 +00:00
}