UNPKG

@micro-app/core

Version:

[Core] Pluggable micro application framework.

66 lines (65 loc) 1.8 kB
{ "name": "@micro-app/core", "version": "0.5.0", "description": "[Core] Pluggable micro application framework.", "main": "src/index.js", "scripts": { "prepublishOnly": "npm run test", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "test": "jest", "docs:dev": "micro-app-vuepress dev", "docs:build": "micro-app-vuepress build", "docs:info": "micro-app-vuepress info", "release": "node bin/index.js release", "release:alpha": "npm run release -- --preRelease=alpha", "release:next": "npm run release -- --preRelease=next", "release:minor": "npm run release -- minor", "release:patch": "npm run release -- patch" }, "homepage": "https://github.com/MicroAppJS/core", "repository": { "type": "git", "url": "git+https://github.com/MicroAppJS/core.git" }, "bugs": { "url": "https://github.com/MicroAppJS/core/issues" }, "files": [ "src" ], "keywords": [ "micro", "microapp", "micro-app", "micro-application", "core", "cli" ], "author": { "name": "Zyao89", "email": "zyao89@gmail.com" }, "license": "MIT", "husky": { "hooks": { "pre-commit": "npm run test" } }, "devDependencies": { "@micro-app/plugin-deploy": "^0.0.9", "@micro-app/plugin-vuepress": "^0.3.12", "@types/jest": "^24.9.1", "eslint-config-2o3t": "^2.0.2", "husky": "^3.1.0", "jest": "^24.9.0" }, "dependencies": { "@micro-app/shared-utils": "^0.1.25", "dotenv": "^8.6.0", "dotenv-expand": "^5.1.0" }, "engines": { "node": ">=8" } }