22 lines
520 B
JSON
22 lines
520 B
JSON
{
|
|
"name": "dfl",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"license": "EUPL-1.2",
|
|
"author": "Deuxfleurs Team <coucou@deuxfleurs.fr>",
|
|
"type": "commonjs",
|
|
"main": "bootstrap.js",
|
|
"bin": {
|
|
"dfl": "./bootstrap.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^22.13.5",
|
|
"commander": "^13.1.0",
|
|
"guichet-sdk-ts": "git+https://git.deuxfleurs.fr/Deuxfleurs/guichet-sdk-ts",
|
|
"read": "^4.1.0",
|
|
"tsx": "^4.19.3"
|
|
}
|
|
}
|