-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 906 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "boilerplate-nodejs-graphql-react",
"version": "1.9.0",
"description": "# clone the repository :",
"private": true,
"scripts": {
"style": "standard server/**/*.js client/src/**/*.{js,jsx} --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Abdel-Monaam-Aouini/boilerplate-nodejs-graphQL-react.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Abdel-Monaam-Aouini/boilerplate-nodejs-graphQL-react/issues"
},
"homepage": "https://github.com/Abdel-Monaam-Aouini/boilerplate-nodejs-graphQL-react#readme",
"devDependencies": {
"@semantic-release/changelog": "6.0.2",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/release-notes-generator": "10.0.3",
"standard": "^17.0.0"
}
}