UNPKG

leanengine

Version:
66 lines (65 loc) 1.93 kB
{ "name": "leanengine", "version": "3.8.0", "description": "LeanCloud LeanEngine Node.js SDK.", "repository": { "type": "git", "url": "https://github.com/leancloud/leanengine-node-sdk" }, "dependencies": { "body-parser": "^1.16.0", "connect": "^3.5.0", "connect-timeout": "^1.8.0", "cookies": "^0.6.2", "debug": "^2.6.0", "forwarded-parse": "^2.1.0", "ipaddr.js": "^1.9.1", "leancloud-cors-headers": "^0.1.0", "on-headers": "^1.0.1", "underscore": "^1.10.2" }, "devDependencies": { "@types/express": "^4.17.6", "blanket": "^1.2.3", "express": "^4.14.1", "leancloud-storage": "^4.11.1", "mocha": "^3.2.0", "npm-run-all": "^4.1.2", "should": "^11.2.0", "supertest": "^3.0.0", "typescript": "^3.9.5" }, "peerDependency": { "leancloud-storage": "^3.0.0 || ^4.0.0" }, "keywords": [ "leancloud", "leanengine", "cloud", "express", "koa" ], "config": { "blanket": { "pattern": "//^((?!(node_modules|test)).)*$/" } }, "typings": "./leanengine.d.ts", "types": "./leanengine.d.ts", "engines": { "node": ">=4.4.7" }, "license": "MIT", "author": { "name": "LeanCloud", "email": "support@leancloud.rocks" }, "scripts": { "test": "npm-run-all test-tsd test-storage3-express test-storage4-express test-koa1 test-koa2", "test-storage3-express": "npm install --no-save leancloud-storage@3 && mocha test --timeout 8000 test/express", "test-storage4-express": "npm install --no-save leancloud-storage@4 && mocha test --timeout 8000 test/express", "test-tsd": "tsc --strict leanengine.d.ts", "test-koa1": "npm install --no-save koa@1 koa-bodyparser@2 && env FRAMEWORK=koa KOA_VER=1 mocha test --timeout 8000 test/koa", "test-koa2": "npm install --no-save koa@2 koa-bodyparser@4 && env FRAMEWORK=koa KOA_VER=2 mocha test --timeout 8000 test/koa" } }