mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 02:57:34 +00:00
15 lines
292 B
JSON
15 lines
292 B
JSON
{
|
|
"name": "json-to-ts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"json-schema-to-typescript": "^13.0.2"
|
|
}
|
|
}
|