summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Andreas Wang <danielaw@tilde.club>2026-03-07 12:57:55 +0000
committerDaniel Andreas Wang <danielaw@tilde.club>2026-03-07 12:57:55 +0000
commit7d8ec1ae5a969e8581933f037fab8a3e0fca0b9a (patch)
treef2f0ed42698f69de7e769d1d0dcb223cdd5240d3 /package.json
first commitHEADmain
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..2c52163
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "express",
+ "version": "1.0.0",
+ "type": "module",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "axios": "^1.13.6",
+ "express": "^5.2.1"
+ }
+}