generated from unjs/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 KB
/
package.json
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
{
"name": "@selfaware/greta",
"version": "0.0.6",
"description": "🐶 A project generation CLI for good dogs",
"repository": "selfawarestudio/greta",
"license": "MIT",
"type": "module",
"exports": {
".": "./dist/index.mjs"
},
"types": "./dist/index.d.ts",
"bin": {
"greta": "./dist/index.mjs"
},
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"clean": "rm -rf .nuxt dist node_modules",
"dev:prepare": "unbuild --stub",
"lint": "prettier -c src",
"lint:fix": "automd && prettier -w src",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release && npm publish --access public && git push --follow-tags",
"test": "pnpm lint && pnpm test:types",
"test:types": "tsc --noEmit --skipLibCheck"
},
"dependencies": {
"citty": "^0.1.6",
"consola": "^3.2.3",
"execa": "^8.0.1",
"giget": "^1.2.3",
"magic-regexp": "^0.8.0",
"nypm": "^0.3.8",
"pathe": "^1.1.2",
"scule": "^1.3.0"
},
"devDependencies": {
"@types/node": "^20.11.30",
"automd": "^0.3.6",
"changelogen": "^0.5.5",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"unbuild": "^2.0.0"
},
"packageManager": "[email protected]"
}