Skip to content

Commit

Permalink
ci(package.json): release and restructured the package.json (#357)
Browse files Browse the repository at this point in the history
* ci(package.json): release and restructured the package.json
  • Loading branch information
Fa-So authored Jan 27, 2023
1 parent 3e768a7 commit 42e9bb7
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
{
"name": "node-jet",
"version": "3.0.2",
"description": "Jet Realtime Message Bus for the Web. Daemon and Peer implementation.",
"url": "https://github.com/hbm/node-jet",
"keywords": [
"ipc",
"push",
"message",
"realtime",
"rpc",
"jet",
"json"
],
"author": {
"name": "Florian Schopp",
"email": "florian_schopp@hotmail.com"
Expand All @@ -25,6 +17,31 @@
"email": "fahri.soenmez@hbmworld.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/HBM/node-jet"
},
"license": "MIT",
"keywords": [
"ipc",
"push",
"message",
"realtime",
"rpc",
"jet",
"json"
],
"scripts": {
"test": "jest",
"build": "tsc",
"server": "node examples/server",
"ci:eslint": "npm run eslint",
"ci:prettier": "node scripts/cross-var prettier --check $npm_package_config_files ",
"ci:type-check": "tsc --noEmit --skipLibCheck",
"prettier": "node scripts/cross-var prettier --write $npm_package_config_files",
"eslint": "node scripts/cross-var eslint --max-warnings 0 --ignore-path .prettierignore $npm_package_config_files",
"start": "./bin/jetd.js"
},
"dependencies": {
"events": "^3.3.0",
"jsdoc": "^4.0.0",
Expand Down Expand Up @@ -52,28 +69,11 @@
"files": [
"lib"
],
"version": "3.0.1",
"repository": {
"type": "git",
"url": "https://github.com/HBM/node-jet"
},
"license": "MIT",
"config": {
"files": "**/*.{js,jsx,ts,tsx,json,html,yml}"
},
"scripts": {
"test": "jest",
"build": "tsc",
"server": "node examples/server",
"ci:eslint": "npm run eslint",
"ci:prettier": "node scripts/cross-var prettier --check $npm_package_config_files ",
"ci:type-check": "tsc --noEmit --skipLibCheck",
"prettier": "node scripts/cross-var prettier --write $npm_package_config_files",
"eslint": "node scripts/cross-var eslint --max-warnings 0 --ignore-path .prettierignore $npm_package_config_files",
"start": "./bin/jetd.js"
},
"engines": {
"node": ">0.8.0"
"node": ">6.14.18"
},
"bugs": {
"url": "https://github.com/HBM/node-jet/issues",
Expand Down

0 comments on commit 42e9bb7

Please sign in to comment.