Files
standardnotes-app-web/packages/web-server/package.json
StandardNotes CI 9a297fe8cf chore(release): publish
- @standardnotes/components-meta@2.7.6
 - @standardnotes/desktop@3.23.74
 - @standardnotes/mobile@3.30.29
 - @standardnotes/releases@1.2.95
 - @standardnotes/snjs@2.124.3
 - @standardnotes/web-server@1.2.97
 - @standardnotes/web@3.40.4
 - @standardnotes/bold-editor@1.4.0
 - @standardnotes/markdown-hybrid@1.6.2
 - @standardnotes/classic-code-editor@1.4.0
 - @standardnotes/rich-text@1.7.1
 - @standardnotes/simple-task-editor@1.4.2
 - @standardnotes/spreadsheets@1.5.1
 - @standardnotes/authenticator@2.2.3
2022-07-13 08:34:40 +00:00

23 lines
766 B
JSON

{
"name": "@standardnotes/web-server",
"version": "1.2.97",
"license": "AGPL-3.0-or-later",
"private": true,
"author": "Standard Notes.",
"description": "Ruby on Rails web server for hosting the web application",
"engines": {
"node": ">=12.19.0 <17.0.0"
},
"scripts": {
"start": "bundle exec rails s -b 0.0.0.0",
"start:no-binding": "bundle exec rails s",
"copy:components": "cp -r ../../node_modules/@standardnotes/components-meta/dist/assets/. public/components/assets/",
"build": "bundle install && yarn copy:components && bundle exec rails assets:precompile",
"sample:env": "cp .env.sample .env"
},
"dependencies": {
"@standardnotes/components-meta": "workspace:*",
"@standardnotes/web": "workspace:*"
}
}