UNPKG

story

Version:

Story is a microframework for universal SPAs with React.

38 lines (37 loc) 766 B
{ "author": "Alexi Chepura", "description": "Story is a microframework for universal SPAs with React.", "devDependencies": { "@types/node": "^14.14.10", "tslib": "^2.0.3", "typescript": "^4.1.2" }, "files": [ "dist/*(*.ts|*.js|*.map)", "package.json", "LICENSE", "README.md" ], "license": "MIT", "main": "dist/index.js", "name": "story", "keywords": [ "microframework", "universal", "SPA", "SSR" ], "repository": { "type": "git", "url": "https://github.com/alexichepura/story.git", "directory": "pkg/core" }, "scripts": { "build": "tsc", "clean": "rm -r dist" }, "sideEffects": false, "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "version": "1.0.1" }