-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 842 Bytes
/
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
{
"name": "@takuma-ru/auto-story-generator-root",
"version": "0.0.0",
"description": "",
"scripts": {
"p:core": "pnpm -C packages/auto-story-generator",
"doc": "pnpm -C docs",
"cfg": "pnpm -C config",
"pg:react": "pnpm -C playgrounds/react",
"pg:next": "pnpm -C playgrounds/next",
"pg:remix": "pnpm -C playgrounds/remix",
"pg:vue": "pnpm -C playgrounds/vue",
"pg:angular": "pnpm -C playgrounds/angular",
"pg:lit": "pnpm -C playgrounds/lit"
},
"author": "takuma-ru <[email protected]> (https://github.com/takuma-ru/)",
"license": "ISC",
"packageManager": "[email protected]",
"engines": {
"npm": "use pnpm please!",
"yarn": "use pnpm please!",
"pnpm": ">=9.12.2"
},
"volta": {
"node": "22.10.0",
"pnpm": "9.12.2"
},
"devDependencies": {
"semver": "^7.6.0"
}
}