54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"private": true,
|
|
"name": "xo-server-test",
|
|
"version": "0.0.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"description": "Test client for Xo-Server",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server-test",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "packages/xo-server-test",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"preferGlobal": false,
|
|
"main": "dist/",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"dependencies": {
|
|
"@babel/cli": "^7.1.5",
|
|
"@babel/core": "^7.1.6",
|
|
"@babel/plugin-proposal-decorators": "^7.4.0",
|
|
"@babel/preset-env": "^7.1.6",
|
|
"@iarna/toml": "^2.2.1",
|
|
"@vates/decorate-with": "^0.1.0",
|
|
"@vates/parse-duration": "^0.1.1",
|
|
"app-conf": "^0.9.0",
|
|
"babel-plugin-lodash": "^3.2.11",
|
|
"golike-defer": "^0.5.1",
|
|
"jest": "^27.3.1",
|
|
"lodash": "^4.17.11",
|
|
"promise-toolbox": "^0.20.0",
|
|
"xo-collection": "^0.5.0",
|
|
"xo-common": "^0.7.0",
|
|
"xo-lib": "^0.11.1"
|
|
},
|
|
"scripts": {
|
|
"dev-test": "jest --bail --watch",
|
|
"test": "jest"
|
|
},
|
|
"jest": {
|
|
"modulePathIgnorePatterns": [
|
|
"<rootDir>/src/old-tests"
|
|
],
|
|
"testEnvironment": "node",
|
|
"testRegex": "\\.spec\\.js$",
|
|
"maxConcurrency": 1
|
|
}
|
|
}
|