-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.32 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
{
"name": "sami-maths-club",
"version": "3.0.3",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "npm run prepare && cd maths-club-app && yarn install",
"prepare": "ts-node scripts/app-prepare.ts",
"start": "npm run prepare && cd maths-club-app && npm run start",
"pack:generatePDF": "ts-node scripts/pdf-generate.ts",
"pack:generateWeeklyList": "ts-node scripts/weekly-problem.ts",
"app": "cd maths-club-app && npm run --",
"build": "cd maths-club-app && npm run build && npx cap sync",
"version": "ts-node scripts/version.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supportingami/sami-maths-club.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/supportingami/sami-maths-club/issues"
},
"homepage": "https://github.com/supportingami/sami-maths-club#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.1",
"@types/inquirer": "^7.3.0",
"@types/node": "^14.0.12",
"@types/sharp": "^0.26.0",
"front-matter": "^4.0.2",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"playwright": "^1.1.1",
"replace-in-file": "^6.1.0",
"sharp": "^0.26.0",
"sitemap": "^6.3.0",
"ts-node": "^9.1.1",
"typescript": "~3.8.3"
},
"packageManager": "[email protected]"
}