70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "@pushrocks/smartfile",
|
|
"private": false,
|
|
"version": "10.0.0",
|
|
"description": "offers smart ways to work with files in nodejs",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild --web --allowimplicitany)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/pushrocks/smartfile.git"
|
|
},
|
|
"keywords": [
|
|
"filesystem",
|
|
"json"
|
|
],
|
|
"author": "Lossless GmbH <hello@lossless.com> (https://lossless.com)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartfile/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/smartfile",
|
|
"dependencies": {
|
|
"@pushrocks/lik": "^6.0.0",
|
|
"@pushrocks/smartdelay": "^2.0.13",
|
|
"@pushrocks/smartfile-interfaces": "^1.0.7",
|
|
"@pushrocks/smarthash": "^2.1.10",
|
|
"@pushrocks/smartjson": "^4.0.6",
|
|
"@pushrocks/smartmime": "^1.0.5",
|
|
"@pushrocks/smartpath": "^5.0.5",
|
|
"@pushrocks/smartpromise": "^3.1.6",
|
|
"@pushrocks/smartrequest": "^1.1.56",
|
|
"@pushrocks/smartstream": "^2.0.1",
|
|
"@pushrocks/streamfunction": "^4.0.4",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/glob": "^7.2.0",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"fs-extra": "^10.1.0",
|
|
"glob": "^8.0.3",
|
|
"js-yaml": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.63",
|
|
"@gitzone/tsrun": "^1.2.35",
|
|
"@gitzone/tstest": "^1.0.71",
|
|
"@pushrocks/tapbundle": "^5.0.3",
|
|
"@types/node": "^17.0.40",
|
|
"gulp-function": "^2.2.14"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|