-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 989 Bytes
/
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
{
"name": "dev",
"version": "1.0.0",
"description": "This are _developer only_ utilities.",
"main": "index.js",
"scripts": {
"init": "init.sh",
"make-canary-docs": "scripts/make-canary-docs.sh",
"make-release": "scripts/make-release.sh",
"repo-git-push": "scripts/repo-git-push.sh",
"repo-npm-publish": "scripts/repo-npm-publish.sh",
"shadowrepo-git-fixuplastcommit": "scripts/shadowrepo-git-fixuplastcommit.sh",
"shadowrepo-git-removenextreleasetag": "scripts/shadowrepo-git-removenextreleasetag.sh",
"shadowrepo-git-reset": "scripts/shadowrepo-git-reset.sh",
"shadowrepo-package-bumpversion": "node scripts/shadowrepo-package-bumpversion.js",
"upload-github-release": "scripts/upload-github-release.sh",
"start": "./shipit.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular-translate/angular-translate-root.git"
},
"author": "Jan Philipp <[email protected]>",
"license": "MIT"
}