Files
standardnotes-app-web/packages/web-server/package.json
StandardNotes CI 73ebb62c88 chore(release): publish
- @standardnotes/api@1.4.2
 - @standardnotes/desktop@3.23.52
 - @standardnotes/encryption@1.13.1
 - @standardnotes/filepicker@1.21.0
 - @standardnotes/files@1.8.1
 - @standardnotes/mobile@3.30.0
 - @standardnotes/models@1.15.1
 - @standardnotes/releases@1.2.66
 - @standardnotes/services@1.16.1
 - @standardnotes/sncrypto-web@1.12.1
 - @standardnotes/snjs@2.123.0
 - @standardnotes/web-server@1.2.74
 - @standardnotes/web@3.37.0
2022-07-06 13:05:55 +00:00

22 lines
725 B
JSON

{
"name": "@standardnotes/web-server",
"version": "1.2.74",
"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"
},
"dependencies": {
"@standardnotes/components-meta": "workspace:*",
"@standardnotes/web": "workspace:*"
}
}