0
0
Fork 0
mirror of https://github.com/selfhst/icons.git synced 2025-05-06 15:49:29 +02:00
icons/build/package.json
2025-04-30 07:59:33 -04:00

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"
}
}