json-to-typed
Version:
Build to-typed objects from JSON files.
37 lines (36 loc) • 716 B
JSON
{
"type": "module",
"name": "json-to-typed",
"version": "0.2.0",
"description": "Build to-typed objects from JSON files.",
"repository": {
"type": "git",
"url": "https://github.com/jsoldi/json-to-typed"
},
"keywords": [
"type-guard",
"type-cast",
"type-convert"
],
"main": "./dist/index.js",
"bin": {
"json-to-typed": "./dist/cli.js"
},
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"author": "Juan Soldi",
"license": "MIT",
"dependencies": {
"glob": "^8.0.3",
"glob-promise": "^5.0.0",
"to-typed": "^0.5.0"
},
"devDependencies": {
"@types/node": "^18.6.4"
}
}