Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
216 B
JSON
Raw Permalink Normal View History

2025-02-08 15:18:48 +08:00
{
"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"
}
}