-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 844 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
32
{
"name": "vite-phaser",
"description": "A web application of admin based on PURE Javascript.",
"author": {
"name": "Allen Wong",
"email": "xiaofuyesnew@qq.com",
"url": "https://xiaofuyesnew.github.io"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xiaofuyesnew/vite-phaser.git"
},
"bugs": {
"url": "https://github.com/xiaofuyesnew/vite-phaser/issues"
},
"homepage": "https://github.com/xiaofuyesnew/vite-phaser",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "pnpm -F create-phaser dev",
"build": "pnpm -F create-phaser build",
"docs:dev": "pnpm -F docs docs:dev",
"docs:build": "pnpm -F docs docs:build",
"docs:preview": "pnpm -F docs docs:preview"
},
"license": "MIT",
"devDependencies": {
"unbuild": "^1.2.1"
}
}