{ "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": { "@atao60/fse-cli": "^0.1.7", "@extollo/lib": "^0.11.0", "copyfiles": "^2.4.1", "feed": "^4.2.2", "gotify": "^1.1.0", "rimraf": "^3.0.2", "ts-expose-internals": "^4.5.4", "ts-node": "^10.9.0", "ts-patch": "^2.0.1", "ts-to-zod": "^1.8.0", "typescript": "^4.3.2", "zod": "^3.11.6" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "app": "ts-node src/index.ts", "cli": "ts-node src/cli.ts", "watch": "nodemon --ext js,pug,ts --watch src --exec 'ts-node src/index.ts'", "clean": "rimraf lib", "prepare": "pnpm run build", "build": "pnpm run clean && tsc -p tsconfig.json && fse copy --all --dereference --preserveTimestamps --keepExisting=false --quiet --errorOnExist=false src/app/resources lib/app/resources" }, "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", "devDependencies": { "nodemon": "^2.0.19" } }