mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Announcement: https://cognition.com/blog/introducing-devin-desktop Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"name": "windsurf-scripts",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"update": "node update.mts"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^22.13.1",
|
|
"prettier": "^3.4.2",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|