-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.15 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.15 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "create-plainweb",
"version": "0.0.28",
"description": "Create a new plainweb.dev project",
"files": [
"dist/"
],
"bin": {
"create-plainweb": "dist/cli.js"
},
"typings": "dist/cli.d.ts",
"scripts": {
"build": "tsc --noEmit && tsup",
"dev": "tsx src/cli.ts"
},
"keywords": [
"plainweb",
"sqlite",
"typescript",
"htmx",
"express",
"typescript"
],
"author": "Josef Erben <josef@plainweb.dev>",
"license": "MIT",
"dependencies": {
"@inquirer/prompts": "^5.0.4",
"@remix-run/web-fetch": "^4.4.2",
"arg": "^5.0.2",
"chalk": "5.3.0",
"execa": "5.1.1",
"fs-extra": "^11.2.0",
"gunzip-maybe": "^1.4.2",
"ora": "^8.0.1",
"proxy-agent": "^6.3.0",
"recursive-readdir": "^2.2.3",
"semver": "^7.6.2",
"sort-package-json": "^1.55.0",
"strip-ansi": "^6.0.1",
"tar-fs": "^3.0.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/gunzip-maybe": "^1.4.2",
"@types/recursive-readdir": "^2.2.4",
"@types/semver": "^7.5.8",
"@types/tar-fs": "^2.0.4",
"tsup": "^8.0.2",
"tsx": "^4.16.2",
"typescript": "^5.3.3"
}
}