2021-02-18 10:38:32 +01:00
|
|
|
{
|
|
|
|
|
"private": false,
|
|
|
|
|
"name": "@vates/compose",
|
|
|
|
|
"description": "Compose functions from left to right",
|
|
|
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/compose",
|
|
|
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
|
|
|
"repository": {
|
|
|
|
|
"directory": "@vates/compose",
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Vates SAS",
|
|
|
|
|
"url": "https://vates.fr"
|
|
|
|
|
},
|
|
|
|
|
"license": "ISC",
|
2021-12-03 15:17:47 +01:00
|
|
|
"version": "2.1.0",
|
2021-02-18 10:38:32 +01:00
|
|
|
"engines": {
|
2021-02-18 11:26:00 +01:00
|
|
|
"node": ">=7.6"
|
2021-02-18 10:38:32 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2022-10-21 16:25:25 +02:00
|
|
|
"postversion": "npm publish --access public",
|
|
|
|
|
"test": "node--test"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"test": "^3.2.1"
|
2021-02-18 10:38:32 +01:00
|
|
|
}
|
|
|
|
|
}
|