@copoko/space
Version:
CoPoKo Space
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "@copoko/space",
"version": "1.0.1",
"description": "CoPoKo Space",
"main": "src/index.ts",
"scripts": {
"pub": "wrangler publish",
"build": "webpack -c webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoPoKo/Space.git"
},
"author": "CoPoKo Team",
"keywords": [
"CoPoKo",
"Space"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/CoPoKo/Space/issues"
},
"homepage": "https://github.com/CoPoKo/Space#readme",
"dependencies": {
"@cfworker/web": "^1.12.3",
"cfworker-middware-telegraf": "^2.0.0",
"crypto-js": "^4.1.1",
"md5": "^2.3.0",
"rss-parser": "^3.12.0",
"telegraf": "^4.8.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.11.0",
"html-loader": "^3.1.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"ts-loader": "^9.3.0",
"typescript": "^4.7.2",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"yaml-loader": "^0.8.0"
}
}