1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "egg-cors",
- "version": "2.2.3",
- "description": "cors plugin for egg",
- "eggPlugin": {
- "name": "cors"
- },
- "files": [
- "app",
- "config",
- "app.js",
- "index.d.ts"
- ],
- "repository": {
- "type": "git",
- "url": "git@github.com:eggjs/egg-cors.git"
- },
- "keywords": [
- "egg",
- "eggPlugin",
- "egg-plugin",
- "cors"
- ],
- "dependencies": {
- "@koa/cors": "^3.0.0"
- },
- "devDependencies": {
- "autod": "^3.0.1",
- "egg": "^2.11.2",
- "egg-bin": "^4.9.0",
- "egg-ci": "^1.9.2",
- "egg-mock": "^3.20.1",
- "egg-security": "^1.2.1",
- "eslint": "^5.6.1",
- "eslint-config-egg": "^7.1.0",
- "supertest": "^3.3.0"
- },
- "engines": {
- "node": ">=8.0.0"
- },
- "scripts": {
- "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "egg-bin cov",
- "lint": "eslint .",
- "ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
- "autod": "autod"
- },
- "bug": {
- "url": "https://github.com/eggjs/egg/issues"
- },
- "ci": {
- "version": "8, 10, 12"
- },
- "author": "dead_horse"
- }
|