mirror of
https://github.com/Gimanh/taskview-community.git
synced 2026-09-11 21:38:56 +00:00
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"name": "taskview-api-example",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "npx tsx index.ts"
|
|
},
|
|
"dependencies": {
|
|
"taskview-api": "latest",
|
|
"axios": "^1.2.3",
|
|
"tsx": "^4.19.0"
|
|
}
|
|
}
|