30 lines
749 B
JSON
30 lines
749 B
JSON
{
|
|
"name": "optolith-tsjsonschemamd",
|
|
"version": "0.1.0",
|
|
"description": "A tool for generating both JSON Schema definitions and Markdown documentation from TypeScript files.",
|
|
"main": "lib/main.js",
|
|
"types": "lib/main.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc -w",
|
|
"release": "standard-version"
|
|
},
|
|
"author": "Lukas Obermann",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"typescript": "^4.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.21",
|
|
"standard-version": "^9.3.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/elyukai/optolith-tsjsonschemamd.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/elyukai/optolith-tsjsonschemamd/issues"
|
|
},
|
|
"type": "module"
|
|
}
|