UNPKG

@lund-org/cherry

Version:

A light framework to quickly create a web server

67 lines (66 loc) 1.75 kB
{ "name": "@lund-org/cherry", "version": "0.2.2", "description": "A light framework to quickly create a web server", "main": "./src/cherry.js", "author": "Lund-Org", "license": "MIT", "homepage": "https://github.com/Lund-Org/cherry#readme", "repository": { "type": "git", "url": "git+https://github.com/Lund-Org/cherry.git" }, "bugs": { "url": "https://github.com/Lund-Org/cherry/issues" }, "scripts": { "lint": "eslint .", "pretest": "npm run lint", "test": "mocha --compilers js:@babel/register --require ignore-styles -r jsdom-global/register", "coverage": "nyc npm run test", "build": "node ./config/build.js" }, "engines": { "node": ">= 8.0.0" }, "dependencies": { "deepmerge": "^4.0.0", "json-stringify-safe": "^5.0.1" }, "devDependencies": { "@babel/core": "^7.6.2", "@babel/register": "^7.6.2", "@lund-org/cherry-handlebars-connector": "^0.0.9", "@lund-org/cherry-pug-connector": "^0.0.4", "@lund-org/cherry-sequelize-connector": "^0.0.6", "@lund-org/cherry-typeorm-connector": "^0.0.6", "chai": "^4.2.0", "eslint": "^6.4.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "ignore-styles": "^5.0.1", "jsdom": "^15.1.1", "jsdom-global": "^3.0.2", "mocha": "^5.2.0", "mysql2": "^1.7.0", "nyc": "^14.1.1" }, "keywords": [ "framework", "lightweight" ], "publishConfig": { "access": "public" }, "files": [ "src" ], "build-config": { "exportAliases": { "./src/route-types.js": "./src/routes/constants.js" } } }