mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-02-12 08:02:06 +00:00
mark version
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
8e3ae72ae7
commit
f5d694150f
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "frontend",
|
"name": "mipilin",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "Fun social mood tracker for you and all your friends",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "main.ts",
|
"main": "main.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -9,8 +9,7 @@
|
||||||
"start": "node dist/main.js",
|
"start": "node dist/main.js",
|
||||||
"dev": "tsx main.ts"
|
"dev": "tsx main.ts"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"author": "roxwize",
|
||||||
"author": "",
|
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bcrypt": "^5.1.1",
|
"bcrypt": "^5.1.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue