jsonschema2markdown/package.json
2023-05-13 19:28:46 -07:00

31 lines
693 B
JSON

{
"name": "@doc-utils/jsonschema2markdown",
"version": "0.1.1",
"publishConfig": {
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/"
},
"scripts": {
"tsc": "tsc",
"clean": "rm -rf ./build ./www"
},
"bin": {
"docs2website": "./bin/docs2website"
},
"main": "./build/index.js",
"devDependencies": {
"@types/json-schema": "^7.0.11",
"@types/luxon": "^3.1.0",
"@types/mustache": "^4.2.2",
"@types/node": "^18.16.3",
"typescript": "^5.0.4"
},
"dependencies": {
"glob": "^10.2.2",
"json-schema": "^0.4.0",
"luxon": "^3.3.0",
"mustache": "^4.2.0",
"word-wrap": "^1.2.3",
"yaml": "^2.2.2"
}
}