-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 936 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
29
30
31
32
33
34
35
36
37
{
"name": "aafiyah",
"version": "1.0.0",
"description": "An Islamic E-Commerce Web Application using REST API, Nest.js, typeORM and PostgreSQL",
"scripts": {
"api:dev": "npm run dev --prefix apps/api",
"web:dev": "npm run dev --prefix apps/web",
"install": "yarn --cwd apps/api && yarn --cwd apps/web",
"dev": "concurrently \"yarn api:dev\" \"yarn web:dev\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/MuttakinHasib/aafiyah.git"
},
"keywords": [
"ecommerce",
"typeorm",
"nx",
"islamic",
"nestjs",
"postgress",
"nextjs13"
],
"author": "Muttakin Islam Hasib",
"license": "ISC",
"bugs": {
"url": "https://github.com/MuttakinHasib/aafiyah/issues"
},
"homepage": "https://github.com/MuttakinHasib/aafiyah#readme",
"devDependencies": {
"concurrently": "^8.2.2"
},
"volta": {
"node": "20.10.0",
"yarn": "1.22.19"
}
}