UNPKG

elm-spa

Version:
48 lines 1.19 kB
{ "name": "elm-spa", "version": "6.0.6", "description": "single page apps made easy", "bin": "dist/src/index.js", "scripts": { "start": "npm install && npm run dev", "dev": "npm run build:watch & npm run test:watch", "build": "tsc", "build:watch": "tsc --watch", "test": "jest", "test:watch": "jest --watchAll", "publish:test": "npm run build && npm pack --dry-run" }, "repository": { "type": "git", "url": "git+https://github.com/ryan-haskell/elm-spa.git" }, "keywords": [ "elm", "spa", "web", "framework" ], "author": "Ryan Haskell-Glatz", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/ryan-haskell/elm-spa/issues" }, "homepage": "https://github.com/ryan-haskell/elm-spa#readme", "devDependencies": { "@types/chokidar": "2.1.3", "@types/jest": "26.0.14", "@types/mime": "2.0.3", "@types/node": "14.11.8", "@types/websocket": "1.0.1", "jest": "26.5.3", "ts-jest": "26.4.1", "typescript": "4.0.3" }, "dependencies": { "chokidar": "3.4.2", "mime": "2.4.6", "node-elm-compiler": "5.0.5", "terser": "5.3.8", "websocket": "1.0.32" } }