source: trip-planner-front/node_modules/socket.io-adapter/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 798 bytes
Line 
1{
2 "name": "socket.io-adapter",
3 "version": "2.1.0",
4 "license": "MIT",
5 "repository": {
6 "type": "git",
7 "url": "git://github.com/socketio/socket.io-adapter.git"
8 },
9 "files": [
10 "dist/"
11 ],
12 "main": "./dist/index.js",
13 "types": "./dist/index.d.ts",
14 "description": "default socket.io in-memory adapter",
15 "devDependencies": {
16 "@types/node": "^14.11.2",
17 "expect.js": "^0.3.1",
18 "mocha": "^8.1.3",
19 "nyc": "^15.1.0",
20 "prettier": "^1.19.1",
21 "typescript": "^4.0.3"
22 },
23 "scripts": {
24 "test": "npm run format:check && tsc && nyc mocha test/index.js",
25 "format:check": "prettier --parser typescript --check 'lib/**/*.ts' 'test/**/*.js'",
26 "format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.js'",
27 "prepack": "tsc"
28 }
29}
Note: See TracBrowser for help on using the repository browser.