UNPKG

tilda-sync

Version:

Клиент для импорта сайта на Тильде (Tilda.cc) в проекте на Node.js.

36 lines (35 loc) 849 B
{ "name": "tilda-sync", "version": "2.0.2", "description": "Клиент для импорта сайта на Тильде (Tilda.cc) в проекте на Node.js.", "main": "dist/index.js", "type": "module", "scripts": { "dev": "node app.js", "tsc": "tsc -b src/", "tsc-watch": "tsc --b --watch src/" }, "author": "lesha2r", "license": "MIT", "devDependencies": { "@types/node": "^22.15.18", "eslint": "^8.17.0", "typescript": "^5.8.3" }, "dependencies": { "node-fetch": "^3.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/lesha2r/tilda-sync.git" }, "keywords": [ "tilda.cc", "tilda", "тильда" ], "bugs": { "url": "https://github.com/lesha2r/tilda-sync/issues" }, "homepage": "https://github.com/lesha2r/tilda-sync#readme" }