48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "smartfile",
|
|
"version": "4.1.8",
|
|
"description": "offers smart ways to work with files in nodejs",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npmts)",
|
|
"reinstall": "(rm -r node_modules && npm install)",
|
|
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)",
|
|
"update": "(git checkout master && git pull origin master && npm install)",
|
|
"upgrade": "(npm run update) && (ncu upgradeAll && npm install)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/pushrocks/smartfile.git"
|
|
},
|
|
"keywords": [
|
|
"filesystem",
|
|
"json"
|
|
],
|
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartfile/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/smartfile",
|
|
"dependencies": {
|
|
"@types/fs-extra": "0.x.x",
|
|
"@types/vinyl": "^2.0.0",
|
|
"fs-extra": "^2.0.0",
|
|
"glob": "^7.1.1",
|
|
"js-yaml": "^3.8.2",
|
|
"require-reload": "0.2.2",
|
|
"smartpath": "^3.2.8",
|
|
"smartq": "^1.1.1",
|
|
"smartrequest": "^1.0.4",
|
|
"typings-global": "^1.0.14",
|
|
"vinyl": "^2.0.1",
|
|
"vinyl-file": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"gulp-function": "^2.2.3",
|
|
"smartchai": "^1.0.3",
|
|
"typings-test": "^1.0.3"
|
|
}
|
|
}
|