-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 998 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@ilg/drtm",
"version": "0.0.6",
"description": "An xPack with the Debug Run-Time Metadata library",
"directories": {
"test": "./tests"
},
"scripts": {
"test": "xmake test -- clean all",
"version": "bash scripts/version.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micro-os-plus/drtm.git"
},
"keywords": [
"xpack",
"drtm",
"debug",
"run-time",
"metadata",
"micro-os-plus",
"c++",
"gdb",
"server"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "http://liviusdotnet.wordpress.com"
},
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/micro-os-plus/drtm/issues"
},
"homepage": "https://github.com/micro-os-plus/drtm",
"dependencies": {},
"devDependencies": {
"xmake": "~0.1.3"
},
"peerDependencies": {},
"bundledDependencies": [],
"optionalDependencies": {},
"config": {},
"xpack": {}
}