-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.89 KB
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
{
"name": "redd-todo",
"version": "2.7.6",
"description": "ReDD To-Do: Goals in Sight - keep your goals in sight and get back to what you wanted to do",
"scripts": {
"dev": "tauri dev",
"tauri:build:mas-app": "APP_STORE=1 CI=true tauri build --target universal-apple-darwin --bundles app --config src-tauri/tauri.appstore.temp.conf.json",
"build": "tauri build && node scripts/collect-distribution-artifacts.js",
"build:mac": "rm -f src-tauri/target/universal-apple-darwin/release/bundle/macos/rw.*.dmg src-tauri/target/universal-apple-darwin/release/bundle/dmg/rw.*.dmg && CARGO_TARGET_DIR=target CI=false tauri build --target universal-apple-darwin && node scripts/collect-distribution-artifacts.js --target universal-apple-darwin && node scripts/notarize-direct-mac.js && node scripts/build-mas-package.js --skip-tauri-build --optional",
"build:mas": "node scripts/build-mas-package.js",
"build:win": "set WINDOWS_STORE=1&& tauri build --target x86_64-pc-windows-msvc --no-bundle && tauri bundle --target x86_64-pc-windows-msvc --bundles nsis,msi --config src-tauri/tauri.microsoftstore.conf.json && node scripts/collect-distribution-artifacts.js --target x86_64-pc-windows-msvc && node scripts/verify-windows-store-artifacts.js && powershell -ExecutionPolicy Bypass -File scripts/build-msix.ps1",
"build:linux": "bash scripts/build-linux.sh && node scripts/collect-distribution-artifacts.js --target x86_64-unknown-linux-gnu && node scripts/normalize-linux-artifact-names.js x86_64-unknown-linux-gnu"
},
"keywords": [
"todo",
"task",
"productivity"
],
"author": {
"name": "The Reduce Digital Distraction Project",
"email": "team@reddfocus.org"
},
"license": "CC-BY-NC-ND-3.0",
"dependencies": {
"@tauri-apps/api": "^2.9.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.9.6",
"dotenv": "^17.2.3",
"quill": "^2.0.3",
"sharp": "^0.34.5"
}
}