mirror of
https://github.com/selfhst/icons.git
synced 2025-05-06 15:49:29 +02:00
13 lines
No EOL
218 B
JSON
Executable file
13 lines
No EOL
218 B
JSON
Executable file
{
|
|
"name": "test-repo",
|
|
"version": "1.0.0",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"node-fetch": "^3.3.0"
|
|
}
|
|
} |