@ts4ocds/options
Version:
TS4OCDS is a library of TypeScript entities that takes an approach to befriend large OCDS JSONs with your per-project routine of writing whole lotta interfaces for them.
32 lines • 899 B
JSON
{
"name": "@ts4ocds/options",
"version": "1.1.0",
"author": "uStudio Company <toberead@ustudio.company> (http://ustudio.company)",
"repository": "github:uStudioTeam/ts4ocds",
"homepage": "https://github.com/uStudioTeam/ts4ocds/packages/options",
"description": "TS4OCDS is a library of TypeScript entities that takes an approach to befriend large OCDS JSONs with your per-project routine of writing whole lotta interfaces for them.",
"license": "MIT",
"keywords": [
"ocds",
"typescript",
"type-definitions",
"classes",
"ts"
],
"dependencies": {
"@ts4ocds/core": "^1.1.0",
"@ts4ocds/lots": "^1.1.0",
"@ts4ocds/metrics": "^1.1.0",
"@ts4ocds/requirements": "^1.1.0",
"@ts4ocds/utils": "^1.1.0"
},
"peerDependencies": {
"typescript": "4.0.3"
},
"engines": {
"node": ">=12"
},
"publishConfig": {
"access": "public"
}
}