-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 912 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
26
27
28
29
30
{
"name": "@micro-os-plus/semihosting",
"version": "8.0.0",
"description": "A source library xPack with the µOS++ portable semihosting definitions",
"main": "",
"scripts": {
"npm-install": "npm install",
"pack": "npm pack",
"version-patch": "npm version patch",
"version-minor": "npm version minor",
"postversion": "git push origin --all && git push origin --tags",
"git-log": "git log --pretty='%cd * %h %s' --date=short"
},
"repository": {
"type": "git",
"url": "https://github.com/micro-os-plus/semihosting-xpack.git/"
},
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/micro-os-plus/semihosting-xpack/issues/"
},
"homepage": "https://github.com/micro-os-plus/semihosting-xpack/",
"devDependencies": {},
"xpack": {}
}