{ "name": "@extollo/extollo", "version": "0.1.0", "description": "The framework lifts up your code.", "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib" }, "dependencies": { "@extollo/di": "file:../di", "@extollo/lib": "file:../lib", "@extollo/orm": "file:../orm", "typescript": "^4.1.3" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "mkdir -p lib && cp .env lib/.env && tsc", "app": "mkdir -p lib && cp .env lib/.env && tsc && node lib/index.js" }, "files": [ "lib/**/*" ], "prepare": "npm run build", "postversion": "git push && git push --tags", "repository": { "type": "git", "url": "https://code.garrettmills.dev/extollo/extollo" }, "author": "garrettmills ", "license": "MIT" }