mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
17 lines
385 B
JSON
17 lines
385 B
JSON
{
|
|
"name": "@affine/bug-issues",
|
|
"version": "0.22.4",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"description": "List the ten most recent bug issues from the GitHub repository",
|
|
"scripts": {
|
|
"demo": "node demo.js",
|
|
"live": "node index.js",
|
|
"start": "node demo.js"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0"
|
|
}
|
|
} |