-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 952 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
{
"name": "ts-sc-client",
"version": "0.5.0",
"description": "Core library to work with sc-memory from web browser",
"main": "build/sc.js",
"types": "build/lib",
"scripts": {
"start": "webpack --progress --color --config webpack/webpack.dev.js",
"build": "webpack --progress --color --config webpack/webpack.prod.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ostis-ai/ts-sc-client.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ostis-ai/ts-sc-client/issues"
},
"files": [
"build"
],
"homepage": "https://github.com/ostis-ai/ts-sc-client#readme",
"devDependencies": {
"@types/jest": "27.4.1",
"jest": "27.5.1",
"jest-websocket-mock": "2.3.0",
"ts-jest": "27.1.4",
"ts-loader": "^9.5.1",
"typescript": "4.6.3",
"webpack": "5.72.0",
"webpack-cli": "4.9.2",
"webpack-merge": "5.8.0"
}
}