-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1006 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1006 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
28
29
30
31
32
33
34
35
36
{
"name": "dev.tuteliq.sdk",
"version": "2.3.1",
"displayName": "Tuteliq SDK",
"description": "Official Unity SDK for Tuteliq - AI-powered child safety API for content moderation, bullying detection, and grooming prevention.",
"unity": "2021.3",
"unityRelease": "0f1",
"documentationUrl": "https://docs.tuteliq.ai",
"changelogUrl": "https://github.com/Tuteliq/unity/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/Tuteliq/unity/blob/main/LICENSE.md",
"keywords": [
"tuteliq",
"child-safety",
"content-moderation",
"ai",
"safety",
"bullying-detection",
"grooming-prevention"
],
"author": {
"name": "Tuteliq",
"email": "sales@tuteliq.ai",
"url": "https://tuteliq.ai"
},
"repository": {
"type": "git",
"url": "https://github.com/Tuteliq/unity.git"
},
"samples": [
{
"displayName": "Basic Usage",
"description": "Basic example of using the Tuteliq SDK",
"path": "Samples~/BasicUsage"
}
]
}