mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
* First cut of smallest rebrand, pending icons * Leave SQL schema tokens/user names the same for now * First batch of logos * Release notes/what's new * /releases missing * redirect_uri for sureapp:// * Padded logo * Test the correct /releases URL * Missed a few mobile URIs * Some icons/asssets from /website/ repo * Seed/sample data user @sure.local now * New screenshot * Want to keep their legal "boilerplate" from the upstream repo
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.3"
|
|
},
|
|
"name": "sure",
|
|
"version": "1.0.0",
|
|
"description": "The personal finance app for everyone",
|
|
"scripts": {
|
|
"style:check": "biome check",
|
|
"style:fix": "biome check --write",
|
|
"lint": "biome lint",
|
|
"lint:fix": "biome lint --write",
|
|
"format:check": "biome format",
|
|
"format": "biome format --write"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|