-
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) · 848 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "fake-overflow",
"version": "1.0.0-SNAPSHOT",
"description": "A social media platform for sharing and discussing rising fake news",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky",
"build:angular": "pnpm --filter fakeoverflow-angular build",
"build:angular:prod": "pnpm --filter fakeoverflow-angular build --configuration=production",
"build:angular:dev": "pnpm --filter fakeoverflow-angular build --configuration=development",
"serve:angular": "pnpm --filter fakeoverflow-angular-services build && pnpm --filter fakeoverflow-angular start"
},
"keywords": [],
"author": "Alen Alex,Shreyas Vijay, Jobit Jose, Shaun Mascarenhas",
"license": "MIT",
"packageManager": "pnpm@10.17.0",
"devDependencies": {
"adm-zip": "^0.5.16",
"husky": "^9.1.7"
}
}