mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
14 lines
243 B
JSON
14 lines
243 B
JSON
{
|
|
"name": "@roleypoly/misc-utils",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@roleypoly/types": "*"
|
|
},
|
|
"optionalDependencies": {
|
|
"@testing-library/react": "^12.1.2",
|
|
"react": "*"
|
|
}
|
|
}
|