-
Notifications
You must be signed in to change notification settings - Fork 187
/
Copy pathpackage.json
28 lines (28 loc) · 914 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": "nodejs-basic-bangla",
"description": "সহজ বাংলায় Node.js টিউটোরিয়াল সিরিজ Powered by Learn with Sumit.",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"eslint": "7.2.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/learnwithsumit/nodejs-basic-bangla.git"
},
"keywords": [],
"author": "Sumit Saha <[email protected]>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/learnwithsumit/nodejs-basic-bangla/issues"
},
"homepage": "https://github.com/learnwithsumit/nodejs-basic-bangla#readme"
}