-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 1.09 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
{
"name": "@ni/spright-blazor",
"version": "3.2.6",
"description": "Blazor components for Spright",
"scripts": {
"pack": "cross-env-shell dotnet pack -c Release -p:PackageVersion=$npm_package_version --output ../dist",
"invoke-publish": "npm run invoke-publish:setup && npm run invoke-publish:nuget && npm run invoke-publish:noop -- ",
"invoke-publish:setup": "rimraf --glob \"../dist/SprightBlazor.*.nupkg\" && npm run pack",
"invoke-publish:nuget": "cross-env-shell dotnet nuget push \"../dist/SprightBlazor.*.nupkg\" -k $NUGET_SECRET_TOKEN -s \"https://api.nuget.org/v3/index.json\"",
"invoke-publish:noop": "echo \"noop command to swallow npm args\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ni/nimble.git"
},
"author": {
"name": "National Instruments"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ni/nimble/issues"
},
"homepage": "https://github.com/ni/nimble#readme",
"files": [
"!*"
],
"peerDependencies": {
"@ni/spright-components": "^4.3.7",
"cross-env": "^7.0.3",
"rimraf": "^6.0.0"
}
}