preon
Version:
a smaller nodejs micro-service framework
60 lines (59 loc) • 1.34 kB
JSON
{
"name": "preon",
"version": "1.0.4",
"description": "a smaller nodejs micro-service framework",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"test:type": "tsc --noEmit",
"test:unit": "mocha --require ../../script/register.js test/**/*.test.ts --bail --check-leaks --full-trace",
"test": "npm run test:type",
"prepublishOnly": "npm run build"
},
"files": [
"src",
"dist",
"index.js",
"index.d.ts",
"package.json",
"README.md",
"package.json",
"LICENSE"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/preonJs/preon.git"
},
"keywords": [
"server",
"framework",
"server-framework",
"microservice",
"micro-service",
"koa",
"express",
"eggjs",
"docker"
],
"author": "yeliex <yeliex@yeliex.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/preonJs/preon/issues"
},
"homepage": "https://github.com/preonJs/preon",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@preon/core": "^1.0.4",
"exception.js": "^1.0.2"
},
"gitHead": "43fd1b0f3559cadb4fc0a661ebb1daa9c1549e2f"
}