mirror of
https://github.com/DavidVentura/cam-reverse
synced 2026-08-10 12:58:22 -04:00
14 lines
225 B
JSON
14 lines
225 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "mocha tests"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^10.2.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"beamcoder": "^0.7.1"
|
|
}
|
|
}
|