-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 925 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 925 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "postmaker",
"version": "1.0.0",
"description": "A platform for creating and sharing interactive posters.",
"author": "iClasser",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iClasser/postmaker.git"
},
"keywords": [
"postermaker",
"interactive",
"posters",
"postmaker.dev",
"poster maker",
"poster maker app",
"poster maker web",
"poster design",
"poster creator",
"poster design tool",
"poster",
"web"
],
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-types": "turbo run check-types"
},
"devDependencies": {
"prettier": "^3.6.2",
"turbo": "^2.5.5",
"typescript": "5.8.3"
},
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=18"
}
}