-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 921 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": "aa-hooks",
"version": "0.1.2",
"description": "Library for working with autonomous agent events",
"main": "src/index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-types": "npx -p typescript tsc src/**/*.js --declaration --allowJs --emitDeclarationOnly --outDir types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byteball/aa-hooks.git"
},
"dependencies": {
"aabot": "git+https://github.com/byteball/aabot.git",
"dotenv": "^8.2.0",
"uuid": "^9.0.0"
},
"keywords": [
"dag",
"obyte",
"hook",
"autonomous agents",
"backend"
],
"author": {
"name": "Taump",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/byteball/aa-hooks/issues"
},
"homepage": "https://github.com/byteball/aa-hooks#readme"
}