UNPKG
@lypt1x/neu
Version:
latest (11.5.1)
11.5.1
11.5.0
neu CLI for Neutralinojs
neutralino.js.org/docs/cli/neu-cli
neutralinojs/neutralinojs-cli
@lypt1x/neu
/
spec
/
package.json
15 lines
(14 loc)
•
257 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"spec"
,
"version"
:
"1.0.0"
,
"description"
:
"Test suite for neu CLI"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"node index.js"
}
,
"author"
:
""
,
"license"
:
"MIT"
,
"devDependencies"
:
{
"mocha"
:
"^10.8.2"
}
}