UNPKG

jsonschema2ts

Version:

A project to get typescript files from mongo json schema derived from Mongo Compass

35 lines (34 loc) 896 B
{ "name": "jsonschema2ts", "version": "1.0.0", "description": "A project to get typescript files from mongo json schema derived from Mongo Compass", "main": "src/main.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "tsc & node main.js", "clean": "rm -rf *.js & rm -rf *.map", "cleanAll": "npm run clean & rm -rf node_modules" }, "author": "Divyesh Sharma", "license": "MIT", "dependencies": { "class-transformer": "^0.5.1", "typescript": "^4.5.5" }, "repository": { "type": "git", "url": "git+https://github.com/dsharma3/jsonschema2ts.git" }, "keywords": [ "jsonshema2ts", "|", "mongoose", "schema", "json." ], "bugs": { "url": "https://github.com/dsharma3/jsonschema2ts/issues" }, "homepage": "https://github.com/dsharma3/jsonschema2ts#readme", "devDependencies": {} }