Files
standardnotes-app-web/packages/web-server/package.json
StandardNotes CI 318e89dc03 chore(release): publish
- @standardnotes/components-meta@0.1.0
 - @standardnotes/desktop@3.22.0
 - @standardnotes/icons@1.4.0
 - @standardnotes/mobile@3.22.0
 - @standardnotes/styles@1.2.0
 - @standardnotes/toast@1.2.0
 - @standardnotes/web-server@1.2.0
 - @standardnotes/web@3.22.0
2022-06-10 19:07:16 +00:00

22 lines
697 B
JSON

{
"name": "@standardnotes/web-server",
"version": "1.2.0",
"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",
"clean": "bundle exec rails assets:clobber",
"build": "bundle install && cp -r ../../node_modules/@standardnotes/components/dist/. public/components/ && bundle exec rails assets:precompile"
},
"dependencies": {
"@standardnotes/components-meta": "^0.1.0",
"@standardnotes/web": "^3.22.0"
}
}