Update app and tooling
This commit is contained in:
parent
3046531bdd
commit
e620ec7349
4950 changed files with 2975120 additions and 10 deletions
44
node_modules/json-schema-to-ts/package.json
generated
vendored
Normal file
44
node_modules/json-schema-to-ts/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"name": "json-schema-to-ts",
|
||||
"version": "1.6.4",
|
||||
"description": "Infer typescript types from your JSON schemas!",
|
||||
"main": "lib/index.d.ts",
|
||||
"scripts": {
|
||||
"release": "bash scripts/release.bash",
|
||||
"test": "tsc --noEmit && jest --verbose"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/json-schema": "^7.0.6",
|
||||
"ts-toolbelt": "^6.15.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.10.4",
|
||||
"@babel/preset-env": "^7.10.4",
|
||||
"@babel/preset-typescript": "^7.10.4",
|
||||
"@types/jest": "^26.0.4",
|
||||
"ajv": "^6.12.6",
|
||||
"babel-jest": "^26.1.0",
|
||||
"jest": "^26.6.3",
|
||||
"rollup": "^2.45.2",
|
||||
"rollup-plugin-dts": "1.4.10",
|
||||
"rollup-plugin-import-map": "^2.2.2",
|
||||
"typescript": "^3.9.6"
|
||||
},
|
||||
"author": "Thomas Aribart",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ThomasAribart/json-schema-to-ts.git"
|
||||
},
|
||||
"keywords": [
|
||||
"json",
|
||||
"schema",
|
||||
"typescript",
|
||||
"type",
|
||||
"ts"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/ThomasAribart/json-schema-to-ts/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ThomasAribart/json-schema-to-ts#readme"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue