Files

13 lines
533 B
JSON
Raw Permalink Normal View History

2022-10-31 13:00:15 -04:00
{
"name": "chip-bcmr",
"private": true,
"scripts": {
2023-04-13 17:44:19 -04:00
"start": "ts-json-schema-generator --no-ref-encode --path 'bcmr-v2.schema.ts' --type 'Registry' > bcmr-v2.schema.json && prettier 'bcmr-v2.schema.json' --write"
2022-10-31 13:00:15 -04:00
},
"description": "This package provides package scripts to generate the Bitcoin Cash Metadata Registry JSON schema. To regenerate the schema, install the dependencies with 'npm install', then run 'npm start'.",
"dependencies": {
"prettier": "^3.2.4",
"ts-json-schema-generator": "^1.5.0"
2022-10-31 13:00:15 -04:00
}
}