forked from ui-router/publish-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.77 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.77 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@uirouter/publish-scripts",
"version": "2.3.47",
"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": "./generate_docs.js",
"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": "2.0.1",
"conventional-changelog": "^3.1.18",
"conventional-changelog-ui-router-core": "^1.4.2",
"find-parent-dir": "^0.3.0",
"git-semver-tags": "^3.0.1",
"lodash": "^4.17.15",
"node-cleanup": "^2.1.2",
"npm-run-all": "^4.1.5",
"open": "^7.0.3",
"readline-sync": "^1.4.10",
"shelljs": "^0.8.4",
"shx": "^0.3.1",
"tmp": "^0.2.1",
"tweak-sourcemap-paths": "0.0.4",
"typedoc": "^0.17.6",
"typedoc-plugin-external-module-name": "3.1.0",
"typedoc-plugin-internal-external": "2.1.1",
"typedoc-plugin-ui-router": "2.0.1",
"ui-router-typedoc-themes": "1.0.2",
"yalc": "^1.0.0-pre.35",
"yargs": "^15.3.1"
},
"resolutions": {
"npm-packlist": "1.4.6"
}
}