This repository has been archived on 2026-05-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rustypipe/testfiles/dict/cldr_data/package.json

12 lines
299 B
JSON

{
"name": "cldr_data",
"version": "1.0.0",
"description": "Build the RustyPipe parsing dictionary using CLDR data",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"cldr-dates-modern": "^45.0.0",
"cldr-numbers-modern": "^45.0.0"
}
}