mirror of
https://github.com/YuzuZensai/Cloudflare-DDNS-Updater.git
synced 2026-01-31 14:57:12 +00:00
Create package.json
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/node": "^17.0.21",
|
||||||
|
"@types/validator": "^13.7.1",
|
||||||
|
"ts-node-dev": "^1.1.8",
|
||||||
|
"typescript": "^4.6.2"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"tsc": "tsc",
|
||||||
|
"development": "ts-node-dev ./src/index.ts --respawn --transpileOnly",
|
||||||
|
"build": "tsc -b"
|
||||||
|
},
|
||||||
|
"name": "cloudflare-ddns-updater",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"main": "index.js",
|
||||||
|
"repository": "https://github.com/YuzuZensai/Cloudflare-DDNS-Updater.git",
|
||||||
|
"author": "YuzuZensai <contact@kirameki.pink>",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"axios": "^0.26.0",
|
||||||
|
"dotenv": "^16.0.0",
|
||||||
|
"validator": "^13.7.0",
|
||||||
|
"winston": "3.3.3"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user