UNPKG

rage-framework

Version:

## How to Install *server-side* ```bash npm install @rage-framework/server ```

36 lines (35 loc) 886 B
{ "name": "@rage-framework/server", "version": "0.1.2", "main": "dist/index", "types": "dist/index", "files": [ "dist" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/katalist5296/rage-framework.git", "directory": "packages/server" }, "bugs": { "url": "https://github.com/katalist5296/rage-framework/issues" }, "scripts": { "build": "npm run clean && npm run compile", "build:watch": "tsc --watch --project tsconfig.build.json", "clean": "rm -rf ./dist", "compile": "tsc --project tsconfig.build.json", "test": "jest --config ../../jest.config.js", "test:watch": "jest --watchAll --config ../../jest.config.js" }, "publishConfig": { "access": "public" }, "dependencies": { "@rage-framework/core": "^0.1.2" }, "devDependencies": { "typescript": "^4.1.3" } }