mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 11:39:26 +01:00
17 lines
352 B
JSON
17 lines
352 B
JSON
{
|
|
"name": "project-nomad",
|
|
"version": "1.30.1",
|
|
"description": "\"",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Crosstalk Solutions, LLC",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@testing-library/react": "^16.3.2",
|
|
"jsdom": "^29.0.1",
|
|
"vitest": "^4.1.1"
|
|
}
|
|
}
|