UNPKG

simple-boot-http-ssr

Version:
97 lines (96 loc) 3.09 kB
{ "name": "simple-boot-http-ssr", "version": "1.0.9", "main": "SimpleBootHttpSSRServer.js", "license": "MIT", "description": "front end SPA frameworks SSR", "keywords": [ "front", "spa", "SPA", "module", "front-end", "framwork", "node" ], "author": "visualkhh <visualkhh@gmail.com> (https://github.com/visualkhh)", "contributors": [ "sewoo <sewooimda@nate.com> (https://github.com/sewoo)", "SeoDH <adonis_84@naver.com> (https://github.com/SeoDH)", "tkyung (https://github.com/tkyungDev)", "Hoil-Gang (https://github.com/khl1154)", "hwangsero (https://github.com/hwangsero)" ], "homepage": "https://github.com/visualkhh/simple-boot-http-ssr", "bugs": { "url": "https://github.com/visualkhh/simple-boot-http-ssr", "email": "visualkhh@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/visualkhh/simple-boot-http-ssr" }, "jest": { "transform": { "^.+\\.ts$": "ts-jest" }, "testRegex": "\\.test\\.ts$", "moduleFileExtensions": [ "ts", "tsx", "js", "json" ], "globals": { "ts-jest": { "diagnostics": true } } }, "scripts": { "build": "rm -rf dist && tsc --outDir dist --declarationDir dist", "dev:serve": "npm run serve --workspace=dev", "dev-onepage:serve": "npm run serve --workspace=dev-onepage", "npm:build": "rm -rf dist && tsc --outDir dist --declarationDir dist && cp package-prod.json dist/package.json && cp README.MD dist", "npm:publish": "npm run npm:build && npm publish ./dist", "tsc": "tsc", "tsc:watch": "rm -rf ./dist && mkdir dist && cp package.json dist && tsc --watch --sourceMap true", "tsc:watch:dev": "rm -rf ./dist && mkdir dist && cp package-dev.json dist && tsc --watch --sourceMap true", "tsc:watch:prod": "rm -rf dist && mkdir dist && cp package-prod.json dist/package.json && cp README.MD dist && tsc --watch --sourceMap true --outDir dist --declarationDir dist", "test": "jest --detectOpenHandles --forceExit" }, "workspaces": [ "libs/dom-render/dist", "libs/simple-boot-core/dist", "libs/simple-boot-front/dist", "libs/simple-boot-http-server/dist", "../dom-render/dist", "../simple-boot-core/dist", "../simple-boot-front/dist", "../simple-boot-http-server/dist" ], "devDependencies": { "@types/css": "^0.0.33", "@types/jest": "^26.0.22", "@types/jsdom": "^21.1.2", "@types/mime-types": "^2.1.1", "@typescript-eslint/eslint-plugin": "^4.16.1", "@typescript-eslint/parser": "^4.16.1", "eslint": "^7.21.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.3.1", "jest": "^26.6.3", "supertest": "^6.1.3", "ts-jest": "^26.5.4", "typescript": "^4.4.3" }, "dependencies": { "dom-render": "^1.0.97", "jsdom": "^22.1.0", "simple-boot-core": "^1.0.42", "simple-boot-front": "^1.0.119", "simple-boot-http-server": "^1.0.14" } }