-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
26 lines (26 loc) · 867 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": "@ayoisaiah/focus",
"version": "1.4.3",
"description": "Focus is a command-line productivity timer based on the Pomodoro Technique",
"main": "",
"repository": "https://github.com/ayoisaiah/focus",
"author": "Ayooluwa Isaiah <[email protected]>",
"license": "MIT",
"dependencies": {
"@ayoisaiah/go-npm": "^0.1.13",
"@easepick/bundle": "^1.2.1",
"apexcharts": "^3.43.0",
"esbuild": "^0.19.4"
},
"scripts": {
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall",
"build:dev": "esbuild --bundle --minify --outfile=stats/web/dist/script.js --sourcemap --watch stats/web/js/script.js"
},
"goBinary": {
"name": "focus",
"path": "./bin",
"url": "https://github.com/ayoisaiah/focus/releases/download/v{{version}}/focus_{{version}}_{{platform}}_{{arch}}.tar.gz"
},
"private": false
}