1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24{
"name": "temporal-tai",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryzokuken/temporal-tai.git"
},
"author": "Ujjwal Sharma <ryzokuken@disroot.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryzokuken/temporal-tai/issues"
},
"homepage": "https://github.com/ryzokuken/temporal-tai#readme",
"dependencies": {
"proposal-temporal": "^0.7.0",
"t-a-i": "^2.0.1"
}
}