-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"name": "parcourstats",
"version": "0.4.0",
"description": "A Parcoursup watcher",
"main": "main/index.js",
"private": true,
"scripts": {
"start": "node build/scripts/build.js -d",
"build": "npm run prestart && node build/scripts/build.js -b",
"prestart": "tsc --p scripts/tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlbanSdl/Parcourstats.git"
},
"author": "AlbanSdl",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/AlbanSdl/Parcourstats/issues"
},
"homepage": "https://github.com/AlbanSdl/Parcourstats#readme",
"devDependencies": {
"@mapbox/node-pre-gyp": "^1.0.9",
"@types/copyfiles": "^2.4.1",
"@types/sqlite3": "^3.1.8",
"copyfiles": "^2.4.1",
"electron": "^18.0.3",
"electron-builder": "^22.14.13",
"ts-loader": "^9.2.8",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.6.3",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"sqlite3": "^5.0.2"
}
}