UNPKG

astroboy

Version:

Astroboy(阿童木)is a Nodejs SFB(Separation of Front and Back ends) framework, built on koa2.

46 lines (45 loc) 1.15 kB
{ "name": "astroboy", "version": "3.2.0", "description": "Astroboy(阿童木)is a Nodejs SFB(Separation of Front and Back ends) framework, built on koa2.", "main": "index.js", "types": "index.d.ts", "scripts": { "docs:deploy": "sh deploy.sh", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, "repository": { "type": "git", "url": "git@github.com:astroboy-lab/astroboy.git" }, "keywords": [], "author": "KK", "license": "MIT", "dependencies": { "@types/fs-extra": "^9.0.1", "@types/koa": "^2.0.46", "@types/koa-compose": "^3.2.5", "@types/lodash": "^4.14.123", "ajv": "^6.12.6", "complete-assign": "0.0.2", "fast-glob": "^3.0.3", "fs-extra": "9.0.1", "koa": "2.5.0", "koa-body": "2.5.0", "koa-bodyparser": "4.2.1", "koa-compose": "4.1.0", "koa-router": "7.4.0", "koa-static": "4.0.2", "lodash": "4.17.11", "path-matching": "0.0.2", "tslib": "^2.2.0", "xss": "0.3.7" }, "devDependencies": { "@types/koa": "^2.0.46", "ts-node": "^7.0.1", "typescript": "3.8.3", "vuepress": "^1.8.2" } }