-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
32 lines (32 loc) · 835 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": "vue3-pixi-monorepo",
"type": "module",
"version": "0.9.6",
"private": true,
"packageManager": "[email protected]",
"description": "Vue createRenderer for PixiJS",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"release": "bumpp -r && pnpm -r publish",
"test:run": "vitest",
"test:coverage": "vitest run --coverage",
"docs:dev": "npm -C docs run docs:dev",
"docs:build": "npm -C docs run docs:build",
"docs:preview": "npm -C docs run docs:preview"
},
"dependencies": {
"@antfu/utils": "^0.7.8"
},
"devDependencies": {
"@antfu/eslint-config": "^0.33.1",
"@types/node": "^20.12.13",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.4.1",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"tsup": "6.6.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
}