-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 954 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
{
"name": "sticky-todo",
"version": "1.0.0",
"main": "index.js",
"author": "RinneganTech",
"repository": {
"url": "https://github.com/RinneganTech/sticky-todo"
},
"license": "MIT",
"private": true,
"scripts": {
"build": "webpack -p",
"start": "webpack && qode ./dist/index.js",
"debug": "webpack && qode --inspect ./dist/index.js",
"start:watch": "nodemon -e js,ts,css --ignore dist/ --ignore node_modules/ --exec pnpm start"
},
"dependencies": {
"@nodegui/nodegui": "^0.24.0",
"@types/auto-launch": "^5.0.1",
"auto-launch": "^5.0.5",
"configparser": "^0.3.6",
"moment": "^2.27.0"
},
"devDependencies": {
"@nodegui/packer": "^1.4.1",
"@types/node": "^14.0.13",
"clean-webpack-plugin": "^3.0.0",
"file-loader": "^6.0.0",
"native-addon-loader": "^2.0.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}