mirror of
https://github.com/zhigang1992/notion-api-worker.git
synced 2026-04-29 04:25:27 +08:00
22 lines
476 B
JSON
22 lines
476 B
JSON
{
|
|
"name": "notion-api-worker",
|
|
"version": "0.1.0",
|
|
"main": "dist/index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"dev": "wrangler preview --watch",
|
|
"deploy": "wrangler publish -e production"
|
|
},
|
|
"dependencies": {
|
|
"tiny-request-router": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^1.0.9",
|
|
"@types/node": "^13.13.1",
|
|
"prettier": "^2.0.4",
|
|
"ts-loader": "^7.0.1",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|