Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mbcse committed Aug 26, 2023
1 parent 3f9824b commit 18d8ed2
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 60 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ coverage
# .coveralls.yml didn't see it in master branch


docs
120 changes: 60 additions & 60 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"name": "nodecloud",
"private": "true",
"workspaces": [
"packages/*",
"generator"
],
"description": "⚡️ The Node.js API for open cloud",
"scripts": {
"test": "lerna run test",
"lint": "lerna run lint --fix",
"prettier": "lerna run prettier",
"format": "prettier --write",
"doc": "jsdoc -c jsdoc.json",
"generator": " cd generator && tsc main.ts && node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudlibz/nodecloud.git"
},
"keywords": [
"nodecloud",
"nodejs",
"node",
"node-cloud",
"node-aws",
"node-azure"
],
"author": "scorelab",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cloudlibz/nodecloud/issues"
},
"homepage": "https://github.com/cloudlibz/nodecloud#readme",
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/lodash": "^4.14.158",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.6",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"better-docs": "^2.3.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"eslint": "^8.13.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^4.3.0",
"jsdoc": "^3.6.5",
"lerna": "^3.22.1",
"mocha": "^8.0.1",
"nock": "^9.6.1",
"prettier": "^1.15.3",
"pretty-quick": "^1.8.0",
"ts-node": "^8.10.2"
},
"husky": {
"hooks": {
"pre-commit": "lerna run test && lerna run prettier && lerna run lint",
"pre-push": "lerna run test"
}
}
"name": "nodecloud",
"private": "true",
"workspaces": [
"packages/*",
"generator"
],
"description": "⚡️ The Node.js API for open cloud",
"scripts": {
"test": "lerna run test",
"lint": "lerna run lint --fix",
"prettier": "lerna run prettier",
"format": "prettier --write",
"doc": "jsdoc -c jsdoc.json",
"generator": " cd generator && tsc main.ts && node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudlibz/nodecloud.git"
},
"keywords": [
"nodecloud",
"nodejs",
"node",
"node-cloud",
"node-aws",
"node-azure"
],
"author": "scorelab",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cloudlibz/nodecloud/issues"
},
"homepage": "https://github.com/cloudlibz/nodecloud#readme",
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/lodash": "^4.14.158",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.6",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"better-docs": "^2.3.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"eslint": "^8.13.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^4.3.0",
"jsdoc": "^3.6.5",
"lerna": "^3.22.1",
"mocha": "^8.0.1",
"nock": "^9.6.1",
"prettier": "^1.15.3",
"pretty-quick": "^1.8.0",
"ts-node": "^8.10.2"
},
"husky": {
"hooks": {
"pre-commit": "lerna run test && lerna run prettier && lerna run lint",
"pre-push": "lerna run test"
}
}
}

0 comments on commit 18d8ed2

Please sign in to comment.