mirror of
https://github.com/Mintplex-Labs/libnut-core.git
synced 2026-08-24 21:21:24 -04:00
26 lines
636 B
JSON
26 lines
636 B
JSON
{
|
|
"name": "libnut-test",
|
|
"version": "2.0.0",
|
|
"description": "libnut test package",
|
|
"main": "index.js",
|
|
"typings": "index.d.ts",
|
|
"scripts": {
|
|
"test": "run-script-os",
|
|
"test:it": "run-script-os",
|
|
"test:darwin:linux": "jasmine *.js",
|
|
"test:win32": "jasmine *.js",
|
|
"test:it:darwin:linux": "jasmine integration/*.js",
|
|
"test:it:win32": "jasmine integration/*.js"
|
|
},
|
|
"author": "Simon Hofmann <dev@simon-hofmann.org>",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"jasmine": "3.5.0",
|
|
"run-script-os": "^1.1.1",
|
|
"targetpractice": "0.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.15.3"
|
|
}
|
|
}
|