mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
21 lines
429 B
JSON
21 lines
429 B
JSON
{
|
|
"name": "api",
|
|
"version": "0.0.1",
|
|
"devDependencies": {
|
|
"shadow-cljs": "2.8.93"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"watch": "npx shadow-cljs watch app",
|
|
"release": "npx shadow-cljs release app",
|
|
"server": "npx shadow-cljs server;",
|
|
"start": "node ./index.js"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "^1.4.5",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"request": "^2.88.2"
|
|
}
|
|
}
|