-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
49 lines (49 loc) · 1.52 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
{
"name": "@ni-private/nimble",
"version": "1.0.0",
"private": true,
"description": "The NI Nimble Design System Monorepo",
"scripts": {
"postinstall": "patch-package",
"build": "npm run build --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"format": "npm run format --workspaces --if-present",
"test": "npm test --workspaces --if-present",
"pack": "npm run pack --workspaces --if-present",
"change": "beachball change",
"check": "beachball check --changehint \"Run 'npm run change' to generate a change file\"",
"invoke-publish": "cross-env-shell beachball publish --yes --access public --message \\\"applying package updates [skip ci]\\\" -n $NPM_SECRET_TOKEN",
"validate": "npm run build && npm run lint && npm run test",
"performance": "lhci autorun"
},
"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": [
"!*"
],
"workspaces": [
"packages/xliff-to-json-converter",
"packages/nimble-tokens",
"packages/nimble-components",
"angular-workspace",
"angular-workspace/projects/ni/nimble-angular",
"packages/nimble-blazor",
"packages/site"
],
"devDependencies": {
"@lhci/cli": "^0.10.0",
"beachball": "^2.31.0",
"cross-env": "^7.0.3",
"patch-package": "^6.4.7"
}
}