-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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
{
"name": "@lcsc/anemui-parent",
"version": "0.2.3",
"description": "Climatic Services Viewer",
"scripts": {
"test": "mocha --timeout 10000",
"setVersion": "npm version -ws --include-workspace-root --allow-same-version --no-git-tag-version $(sed -e \"s/SNAPSHOT/$(date +\"%Y%m%d%H%M\")/g\" version.${BRANCH_NAME})",
"setVersionFile": "npm version --ws --include-workspace-root --allow-same-version --no-git-tag-version $(cat version.${BRANCH_NAME})"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lcsc/AnemUI.git"
},
"keywords": [
"Climate",
"Service",
"Map",
"Node"
],
"author": "LCSC",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/lcsc/AnemUI/issues"
},
"homepage": "https://github.com/lcsc/AnemUI#readme",
"workspaces": [
"anemui-core",
"anemui-test",
"anemui-demo"
],
"dependencies": {
"javascript-color-gradient": "^2.5.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.20",
"@types/javascript-color-gradient": "^2.4.2"
}
}