-
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.76 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.76 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": "sjw",
"version": "0.7.0",
"description": "Sleepy Joe's Will is a witty and engaging party game that invites players to dive into the zany world of Sleepy Joe's quirky estate. Drawing inspiration from the mechanics of popular card games like Cards Against Humanity, this game combines humor and creativity to create a memorable experience.\nIn Sleepy Joe's Will, players take turns drawing cards from two decks: one featuring prompts and the other filled with hilarious and absurd responses. The goal is to match the prompts with the funniest or most fitting responses to win rounds and collect points. With each round, the game reveals more about Sleepy Joe's eccentric personality and his bizarre bequests, leading to unpredictable and laugh-out-loud moments.\nWhether you're a fan of dark humor, clever wordplay, or just enjoy a good laugh with friends, Sleepy Joe's Will promises endless entertainment and playful competition. Perfect for game nights and social gatherings, it challenges your creativity and sense of humor while exploring the eccentricities of Sleepy Joe's unique legacy.",
"scripts": {
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"dataset:clean": "pnpm --filter ./apps/janitor start",
"seeder:build": "pnpm --filter ./apps/builder start",
"seeder:seed": "pnpm --filter ./apps/seeder start"
},
"keywords": [
"sjw",
"sleepy joe's will",
"sleepy joe"
],
"devDependencies": {
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
"author": "7ka.dev",
"license": "CC BY-NC 4.0",
"repository": {
"type": "git",
"url": "https://github.com/7ka-dev/sjw.git"
},
"packageManager": "pnpm@8.15.6",
"engines": {
"node": ">=18"
}
}