-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update npm and node engines versions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
- Loading branch information
1 parent
276ee35
commit 7213077
Showing
1 changed file
with
64 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,66 @@ | ||
{ | ||
"name": "ojsxc", | ||
"version": "5.0.0", | ||
"description": "Real-time chat app for Nextcloud", | ||
"homepage": "http://www.jsxc.org/", | ||
"bugs": "https://github.com/jsxc/jsxc/issues", | ||
"license": "MIT", | ||
"author": "Klaus Herberth <klaus@jsxc.org>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jsxc/jsxc.nextcloud" | ||
}, | ||
"scripts": { | ||
"start": "webpack --progress --mode production", | ||
"dev": "webpack --progress --watch --mode development --config webpack.config.js", | ||
"test": "vendor/bin/phpunit -c phpunit.xml", | ||
"jsxc": "cd node_modules/jsxc/ && webpack --watch --mode development", | ||
"fix-typescript-format": "tslint -c tslint.json \"ts/**/*.ts\" --fix", | ||
"fix-php-format": "vendor/bin/php-cs-fixer fix", | ||
"checking": "run-p --continue-on-error --print-label checking-*", | ||
"checking-typescript-format": "tslint -c tslint.json \"ts/**/*.ts\"", | ||
"checking-php-format": "vendor/bin/php-cs-fixer fix --dry-run" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "yarn checking-typescript-format && vendor/bin/php-cs-fixer fix --dry-run && vendor/bin/phpunit -c phpunit.xml", | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS " | ||
} | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.1.0", | ||
"@commitlint/config-conventional": "^8.1.0", | ||
"@commitlint/travis-cli": "^8.1.0", | ||
"@octokit/rest": "^17.6.0", | ||
"@types/jquery": "^3.3.6", | ||
"colors": "^1.3.3", | ||
"css-loader": "^3.4.2", | ||
"dotenv": "^8.2.0", | ||
"execa": "^4.0.0", | ||
"git-revision-webpack-plugin": "^3.0.3", | ||
"husky": "^4.2.3", | ||
"inquirer": "^7.1.0", | ||
"libxmljs": "^0.19.5", | ||
"mini-css-extract-plugin": "^0.9.0", | ||
"node-sass": "4.13.1", | ||
"npm-run-all": "^4.1.5", | ||
"sass-loader": "^8.0.2", | ||
"simple-git": "^2.4.0", | ||
"ts-loader": "^6.2.2", | ||
"ts-node": "^8.8.1", | ||
"typescript": "^3.1.3", | ||
"webpack": "^4.20.2", | ||
"webpack-cli": "^3.1.2" | ||
}, | ||
"dependencies": { | ||
"@jsxc/jsxc": "^4.4.0", | ||
"jquery": "^3.5.1", | ||
"libsignal-protocol": "https://github.com/signalapp/libsignal-protocol-javascript", | ||
"tslint": "^6.1.0", | ||
"typescript-formatter": "^7.2.2" | ||
} | ||
"name": "ojsxc", | ||
"version": "5.0.0", | ||
"description": "Real-time chat app for Nextcloud", | ||
"homepage": "http://www.jsxc.org/", | ||
"bugs": "https://github.com/jsxc/jsxc/issues", | ||
"license": "MIT", | ||
"author": "Klaus Herberth <klaus@jsxc.org>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jsxc/jsxc.nextcloud" | ||
}, | ||
"scripts": { | ||
"start": "webpack --progress --mode production", | ||
"dev": "webpack --progress --watch --mode development --config webpack.config.js", | ||
"test": "vendor/bin/phpunit -c phpunit.xml", | ||
"jsxc": "cd node_modules/jsxc/ && webpack --watch --mode development", | ||
"fix-typescript-format": "tslint -c tslint.json \"ts/**/*.ts\" --fix", | ||
"fix-php-format": "vendor/bin/php-cs-fixer fix", | ||
"checking": "run-p --continue-on-error --print-label checking-*", | ||
"checking-typescript-format": "tslint -c tslint.json \"ts/**/*.ts\"", | ||
"checking-php-format": "vendor/bin/php-cs-fixer fix --dry-run" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "yarn checking-typescript-format && vendor/bin/php-cs-fixer fix --dry-run && vendor/bin/phpunit -c phpunit.xml", | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS " | ||
} | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.1.0", | ||
"@commitlint/config-conventional": "^8.1.0", | ||
"@commitlint/travis-cli": "^8.1.0", | ||
"@octokit/rest": "^17.6.0", | ||
"@types/jquery": "^3.3.6", | ||
"colors": "^1.3.3", | ||
"css-loader": "^3.4.2", | ||
"dotenv": "^8.2.0", | ||
"execa": "^4.0.0", | ||
"git-revision-webpack-plugin": "^3.0.3", | ||
"husky": "^4.2.3", | ||
"inquirer": "^7.1.0", | ||
"libxmljs": "^0.19.5", | ||
"mini-css-extract-plugin": "^0.9.0", | ||
"node-sass": "4.13.1", | ||
"npm-run-all": "^4.1.5", | ||
"sass-loader": "^8.0.2", | ||
"simple-git": "^2.4.0", | ||
"ts-loader": "^6.2.2", | ||
"ts-node": "^8.8.1", | ||
"typescript": "^3.1.3", | ||
"webpack": "^4.20.2", | ||
"webpack-cli": "^3.1.2" | ||
}, | ||
"dependencies": { | ||
"@jsxc/jsxc": "^4.4.0", | ||
"jquery": "^3.5.1", | ||
"libsignal-protocol": "https://github.com/signalapp/libsignal-protocol-javascript", | ||
"tslint": "^6.1.0", | ||
"typescript-formatter": "^7.2.2" | ||
}, | ||
"engines": { | ||
"node": "^20.0.0", | ||
"npm": "^10.0.0" | ||
} | ||
} |