This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
58 lines (58 loc) · 1.42 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
49
50
51
52
53
54
55
56
57
58
{
"name": "temir",
"version": "0.0.20",
"private": true,
"packageManager": "[email protected]",
"description": "Vue for CLI",
"author": "webfansplz",
"license": "MIT",
"homepage": "https://github.com/webfansplz/temir#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/webfansplz/temir.git"
},
"bugs": {
"url": "https://github.com/webfansplz/temir/issues"
},
"keywords": [
"vue",
"cli",
"stdout",
"components",
"command-line",
"print",
"render",
"colors",
"text"
],
"main": "dist",
"module": "dist/index.mjs",
"engines": {
"node": ">=14"
},
"scripts": {
"test": "vitest",
"play:dev": "pnpm --filter './playground' run dev",
"play:start": "pnpm --filter './playground' run start",
"dev": "pnpm --filter './packages/**' run dev",
"build": "pnpm --filter './packages/**' run build",
"lint": "eslint --fix --ext .js,.ts,.vue .",
"release": "pnpm run build && pnpm publish -r --filter='@temir/**' --no-git-checks --access public"
},
"dependencies": {
"object-diff-patch": "^0.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@types/node": "*",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/runtime-core": "^3.2.37",
"eslint": "^8.20.0",
"sinon": "^14.0.0",
"tsup": "^6.2.1",
"typescript": "^4.7.4",
"unbuild": "^0.7.6",
"vitest": "^0.20.3",
"vue": "^3.2.37"
}
}