forked from ayoisaiah/focus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 886 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 886 Bytes
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
{
"name": "@ronilaukkarinen/focus",
"version": "1.7.9",
"description": "Focus is a flexible command-line productivity timer with flow mode for uninterrupted work sessions",
"main": "",
"repository": "https://github.com/ronilaukkarinen/focus",
"author": "Roni Laukkarinen (original by Ayooluwa Isaiah)",
"license": "MIT",
"dependencies": {
"@ayoisaiah/go-npm": "^0.1.13",
"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/ronilaukkarinen/focus/releases/download/v{{version}}/focus_{{version}}_{{platform}}_{{arch}}.tar.gz"
},
"private": false
}