UNPKG

@hotwired/turbo

Version:

The speed of a single-page web application without having to write any JavaScript

50 lines (49 loc) 1.33 kB
{ "name": "@hotwired/turbo", "version": "7.0.0-beta.4", "description": "The speed of a single-page web application without having to write any JavaScript", "module": "dist/turbo.es2017-esm.js", "main": "dist/turbo.es5-umd.js", "types": "dist/types/index.d.ts", "files": [ "dist/*.js", "dist/*.js.map", "dist/types/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/hotwired/turbo.git" }, "keywords": [ "hotwire", "turbo", "browser", "pushstate" ], "author": "javan, packagethief, sstephenson", "license": "MIT", "bugs": { "url": "https://github.com/hotwired/turbo/issues" }, "homepage": "https://turbo.hotwire.dev", "publishConfig": { "access": "public" }, "devDependencies": { "@rollup/plugin-node-resolve": "9.0.0", "@rollup/plugin-typescript": "^6.0.0", "@types/multer": "^1.4.5", "intern": "^4.9.0", "multer": "^1.4.2", "rollup": "^2.35.1", "tslib": "^2.0.3", "typescript": "^4.1.3" }, "scripts": { "clean": "rm -fr dist", "build": "tsc --noEmit false --declaration true --emitDeclarationOnly true --outDir dist/types && rollup -c", "watch": "rollup -wc", "start": "node src/tests/runner.js serveOnly", "test": "NODE_OPTIONS=--inspect node src/tests/runner.js" } }