-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.57 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
{
"name": "@uirouter/publish-scripts",
"version": "2.6.3",
"description": "Helper scripts for publishing UI-Router projects",
"main": "x",
"repository": {
"type": "git",
"url": "git+https://github.com/ui-router/publish-scripts.git"
},
"author": "Chris Thielen",
"license": "MIT",
"bugs": {
"url": "https://github.com/ui-router/publish-scripts/issues"
},
"homepage": "https://github.com/ui-router/publish-scripts#readme",
"scripts": {
"release": "node ./release.js --deps check-peer-dependencies"
},
"bin": {
"artifact_tagging": "./artifact_tagging.js",
"ensure_clean_master": "./ensure_clean_master.js",
"generate_docs": "./docgen_via_docker.sh",
"modify_sourcemap_paths": "./modify_sourcemap_paths.js",
"publish_docs": "./publish_docs.js",
"publish_yalc_package": "./publish_yalc_package.js",
"release": "./release.js",
"show_changelog": "./show_changelog.js",
"test_downstream_projects": "./test_downstream_projects.js",
"util": "./util.js"
},
"dependencies": {
"check-peer-dependencies": "^4.3.0",
"conventional-changelog": "^3.1.24",
"conventional-changelog-ui-router-core": "^1.4.2",
"find-parent-dir": "^0.3.1",
"git-semver-tags": "^4.1.1",
"lodash": "^4.17.21",
"node-cleanup": "^2.1.2",
"npm-run-all": "^4.1.5",
"open": "^8.4.0",
"readline-sync": "^1.4.10",
"shelljs": "^0.8.4",
"shx": "^0.3.3",
"tmp": "^0.2.1",
"tweak-sourcemap-paths": "0.0.4",
"yalc": "^1.0.0-pre.53",
"yargs": "^17.3.0"
},
"resolutions": {
"npm-packlist": "1.4.6"
}
}