forked from HumanSignal/label-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.05 KB
/
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
{
"name": "label-studio",
"version": "1.0.0",
"description": "[Website](https://labelstud.io/) • [Docs](https://labelstud.io/guide/) • [Twitter](https://twitter.com/heartexlabs) • [Join Slack Community <img src=\"https://app.heartex.ai/docs/images/slack-mini.png\" width=\"18px\"/>](https://join.slack.com/t/label-studio/shared_invite/zt-cr8b7ygm-6L45z7biEBw4HXa5A2b5pw)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heartexlabs/label-studio.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/heartexlabs/label-studio/issues"
},
"homepage": "https://github.com/heartexlabs/label-studio#readme",
"devDependencies": {
"css-loader": "^5.0.1",
"node-fetch": "^2.6.1",
"source-map-loader": "^1.1.3",
"style-loader": "^2.0.0",
"webpack-cli": "^4.3.1",
"webpack": "^5.1.3"
}
}