-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
26 lines (26 loc) · 1008 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
{
"name": "timerx",
"product-name": "TimerX",
"version": "1.0.1",
"description": "A simple, lightweight, & beautiful timer app built in Python and tkinter.ttk using rdbende's Sun Valley TTk Theme",
"scripts": {
"docs-install": "cd docs && npm install",
"docs-start": "cd docs && npm run start",
"docs-build": "cd docs && npm run build",
"docs-swizzle": "cd docs && npm run swizzle",
"docs-deploy": "cd docs && npm run deploy",
"docs-clear": "cd docs && npm run clear",
"docs-serve": "cd docs && npm run serve",
"docs-write-translations": "cd docs && npm run write-translations",
"docs-write-heading-ids": "cd docs && npm run write-heading-ids",
"docs-fmt": "cd docs && npm run fmt",
"global-fmt": "npx prettier --write .",
"app-py": "python main.py",
"app-deps-py": "pip install -r requirements.txt",
"app-py3": "python3 main.py",
"app-deps-py3": "pip3 install -r requirements.txt"
},
"dependencies": {
"prettier": "^2.5.1"
}
}