UNPKG
@mnpjs/package
Version:
latest (1.11.3)
1.11.3
1.11.2
1.11.1
1.11.0
1.10.0
1.9.0
1.8.0
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.4.3
1.4.2
A package structure for mnp.
github.com/mnpjs/package
mnpjs/package
@mnpjs/package
/
structure
/
types
/
index.xml
10 lines
•
262 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
<types
namespace
=
"_my-new-package"
> <type name=
"Config"
desc=
"Options for the program."
> <prop
boolean
name=
"shouldRun"
default
=
"true"
> A
boolean
option
. </prop> <prop
string
name=
"text"
> A
text
to
return
. </prop> </type> </types>