-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 800 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version": "1.0.0",
"name": "likeline",
"description": "## Description LikeLine is an engaging and interactive Instagram clone designed exclusively for students to practice their latest web development techniques. It is structured as a monorepo using npm workspaces, with dedicated folders for both the backend and frontend components. This comprehensive README will guide you on setting up and running the project on your local machine.",
"scripts": {
"start:backend": "npm run start -w @likeline/backend"
},
"workspaces": [
"packages/**/*"
],
"private": true,
"keywords": [],
"author": "pmartinsdev",
"license": "MIT",
"devDependencies": {
"@likeline/eslint": "*",
"@likeline/ts-config": "*",
"@types/node": "^20.4.2",
"typescript": "^5.1.6"
}
}