UNPKG

@sustain/core

Version:

Sustain is a Framework that is barely used despedcies to make stable and sustainable apps

46 lines (45 loc) 1.18 kB
{ "name": "@sustain/core", "version": "0.19.0", "description": "Sustain is a Framework that is barely used despedcies to make stable and sustainable apps", "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "tsc -w --noImplicitAny", "copy:assets": "copyfiles public/** dist/" }, "repository": { "type": "git", "url": "git+https://github.com/sustainland/sustain.git" }, "author": "Labidi Aymen", "license": "ISC", "bugs": { "url": "https://github.com/sustainland/sustain/issues" }, "keywords": [ "rest", "webframework", "framework", "crud", "controller", "entity" ], "homepage": "https://github.com/sustainland/sustain#readme", "devDependencies": { "copyfiles": "^2.4.0", "typescript": "^4.1.2" }, "dependencies": { "@sustain/common": "^0.6.0", "@sustain/config": "^0.0.1", "@sustain/http": "^0.7.0", "@sustain/serve-static": "^0.4.0", "@types/node": "^14.14.9", "config-yml": "^0.10.3", "path-to-regexp": "^6.2.0", "reflect-metadata": "^0.1.13", "rxjs": "^6.6.3", "yenv": "^2.1.1" } }