-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 733 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "socket.io-nativescript-client",
"version": "0.0.0",
"description": "Socket.io client for NativeScript. This is a fork of @triniwiz/nativescript-socketio, so please make sure to give it's owner all the respects.",
"main": "index.js",
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"nativescript": {
"platforms": {
"ios": "7.0.0",
"android": "7.0.0"
}
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "3.0.3",
"tsup": "^8.0.2",
"typescript": "~5.1.6"
}
}