Files
standardnotes-app-web/packages/web-server/package.json
StandardNotes CI 3f028656f2 chore(release): publish
- @standardnotes/components-meta@2.7.4
 - @standardnotes/desktop@3.23.71
 - @standardnotes/docs@0.1.0
 - @standardnotes/mobile@3.30.26
 - @standardnotes/releases@1.2.92
 - @standardnotes/web-server@1.2.94
 - @standardnotes/web@3.40.1
 - @standardnotes/dynamic-theme@1.1.1
2022-07-11 14:15:54 +00:00

23 lines
766 B
JSON

{
"name": "@standardnotes/web-server",
"version": "1.2.94",
"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:*"
}
}