mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
27 lines
633 B
JSON
27 lines
633 B
JSON
{
|
|
"name": "gradido-config",
|
|
"version": "1.0.0",
|
|
"description": "Gradido Config for validate config",
|
|
"main": "build/src/index.js",
|
|
"types": "build/src/index.d.ts",
|
|
"repository": "https://github.com/gradido/gradido/config",
|
|
"author": "einhornimmond",
|
|
"license": "Apache-2.0",
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"clean": "tsc --build --clean",
|
|
"test": "node test/index"
|
|
},
|
|
"devDependencies": {
|
|
"@types/joi": "^17.2.3",
|
|
"@types/node": "^17.0.21",
|
|
"typescript": "^4.9.5",
|
|
"mkdirp": "^3.0.1",
|
|
"ncp": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"joi": "^17.13.3"
|
|
}
|
|
}
|