This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.98 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
{
"name": "@niacomsoft/dnvue",
"version": "1.0.0-preview.2",
"description": "A .NET programmer was developed, a front-end framework based on Vue3 and VITE!",
"displayName": "dnVue",
"scripts": {
"release:alpha-dryrun": "standard-version -p alpha -i CHANGELOG.md --dry-run",
"release:alpha": "standard-version -p alpha -i CHANGELOG.md",
"release:beta-dryrun": "standard-version -p beta -i CHANGELOG.md --dry-run",
"release:beta": "standard-version -p beta -i CHANGELOG.md",
"release:preview-dryrun": "standard-version -p preview -i CHANGELOG.md --dry-run",
"release:preview": "standard-version -p preview -i CHANGELOG.md",
"release:release-dryrun": "standard-version -i CHANGELOG.md --dry-run",
"release:release": "standard-version -i CHANGELOG.md",
"npm-version:pre-release": "npm version prerelease --no-git-tag-version --workspaces",
"npm-version:pre-patch": "npm version prepatch --no-git-tag-version --workspaces",
"npm-version:pre-minor": "npm version preminor --no-git-tag-version --workspaces",
"npm-version:pre-major": "npm version premajor --no-git-tag-version --workspaces",
"npm-version:patch": "npm version patch --no-git-tag-version --workspaces",
"npm-version:minor": "npm version minor --no-git-tag-version --workspaces",
"npm-version:major": "npm version major --no-git-tag-version --workspaces"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niacomsoft/dnVue.git"
},
"keywords": [
"typescript",
"javascript",
"vue3",
"vite",
"dotnet",
"dotnetcore",
"aspnet",
"aspnetcore"
],
"author": "Wang Yucai",
"license": "MIT",
"bugs": {
"url": "https://github.com/niacomsoft/dnVue/issues"
},
"homepage": "https://github.com/niacomsoft/dnVue#readme",
"devDependencies": {
"standard-version": "^9.3.2"
},
"private": true,
"workspaces": [
"packages/*",
"packages\\http\\core",
"packages\\http\\axios-wrapper",
"packages\\http\\authen"
]
}