@hotwired/turbo-rails
Version:
The speed of a single-page web application without having to write any JavaScript
55 lines (54 loc) • 1.59 kB
JSON
{
"name": "@hotwired/turbo-rails",
"version": "8.0.16",
"description": "The speed of a single-page web application without having to write any JavaScript",
"module": "app/javascript/turbo/index.js",
"main": "app/assets/javascripts/turbo.js",
"files": [
"app/javascript/turbo"
],
"exports": {
".": {
"import": "./app/javascript/turbo/index.js",
"require": "./app/assets/javascripts/turbo.js"
}
},
"scripts": {
"build": "rollup -c",
"prerelease": "yarn build && git --no-pager diff && echo && npm pack --dry-run && echo && read -n 1 -p \"Look OK? Press any key to publish and commit v$npm_package_version\" && echo",
"release": "npm publish && git commit -am \"$npm_package_name v$npm_package_version\" && git push"
},
"dependencies": {
"@hotwired/turbo": "^8.0.13",
"@rails/actioncable": ">=7.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.0.1",
"rollup": "^2.35.1",
"rollup-plugin-terser": "^7.0.2",
"terser": "^5.22.0"
},
"license": "MIT",
"author": "Basecamp, LLC",
"contributors": [
"David Heinemeier Hansson <david@basecamp.com>",
"Javan Makhmali <javan@javan.us>",
"Sam Stephenson <sstephenson@gmail.com>"
],
"keywords": [
"hotwire",
"turbo",
"rails"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hotwired/turbo-rails.git"
},
"bugs": {
"url": "https://github.com/hotwired/turbo-rails/issues"
},
"homepage": "https://github.com/hotwired/turbo-rails",
"publishConfig": {
"access": "public"
}
}