UNPKG

840 BJSONView Raw
1{
2 "name": "cls-session",
3 "version": "1.0.3",
4 "description": "CLS using async hooks instead of async-listener",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha test/*.ts -r ts-node/register",
8 "build": "tsc"
9 },
10 "files": [
11 "dist/index.js"
12 ],
13 "engines": {
14 "node": ">=8.2.1"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git@github.com:shfshanyue/cls-session.git"
19 },
20 "keywords": [
21 "cls",
22 "context"
23 ],
24 "author": "",
25 "license": "ISC",
26 "dependencies": {
27 "@types/koa": "^2.11.2",
28 "@types/node": "^13.9.3",
29 "@types/supertest": "^2.0.8",
30 "ts-node": "^8.8.1",
31 "typescript": "^3.8.3"
32 },
33 "devDependencies": {
34 "@types/chai": "^4.2.11",
35 "@types/mocha": "^7.0.2",
36 "chai": "^4.2.0",
37 "koa": "^2.11.0",
38 "mocha": "^7.1.1",
39 "supertest": "^4.0.2"
40 }
41}