-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1007 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "photoniq-eds-sdk",
"version": "0.0.4",
"description": "SDK for the PhotonIQ EDS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.dev.config.js",
"release": "webpack --config webpack.prod.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Macrometacorp/photoniq-eds-sdk.git"
},
"keywords": [
"macrometa",
"photoniq",
"eds",
"sdk",
"websocket",
"sse"
],
"author": "Macrometa, Dmytro Lazarenko <dmytro.lazarenko@macrometa.com>",
"license": "Apache-2.0",
"homepage": "https://github.com/Macrometacorp/photoniq-eds-sdk#readme",
"devDependencies": {
"@types/lodash": "^4.17.1",
"ts-loader": "^9.5.1",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"lodash": "^4.17.21"
}
}