-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) Β· 1.07 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "prospect",
"version": "1.0.0",
"description": "Read the latest posts from popular coding blogs at one place",
"author": {
"name": "Mohammad Abdul Ahad Chowdhury",
"email": "ahad@maacpiash.com",
"url": "https://www.maacpiash.com"
},
"license": "AGPL-3.0-only",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"bootstrap": "lerna bootstrap",
"dev": "lerna run --parallel dev",
"start": "lerna run --parallel start"
},
"dependencies": {
"tslib": "^2.0.1"
},
"devDependencies": {
"@types/node": "^14.6.4",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"lerna": "^3.22.1",
"nodemon": "^2.0.4",
"prettier": "^2.1.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maacpiash/Prospect.git"
},
"bugs": {
"url": "https://github.com/maacpiash/Prospect/issues"
}
}