2 Commits

Author SHA1 Message Date
mxmlndml
6695db9d31 1.0.1 2023-08-28 19:39:24 +02:00
mxmlndml
64de314ea5 fix node script 2023-08-28 19:37:47 +02:00

View File

@@ -1,11 +1,12 @@
{ {
"name": "cloudflare-dynamic-dns", "name": "cloudflare-dynamic-dns",
"version": "1.0.0-alpha", "version": "1.0.1",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "rimraf ./dist && tsc", "start": "node .",
"start": "pnpm build && node ." "dev": "tsc -w",
"build": "rimraf ./dist && tsc"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",