-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 904 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 904 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
37
38
39
40
41
42
43
44
45
46
{
"name": "aitaxadvise",
"version": "1.0.1",
"description": "AITaxAdvise CLI — AI-powered tax research for coding agents. Ask tax questions, get cited legislation.",
"bin": {
"atx": "bin/cli.js"
},
"scripts": {
"build": "node scripts/build.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"aitaxadvise",
"tax",
"tax-research",
"hmrc",
"cli",
"agent",
"coding-agent",
"ai-agent",
"tax-api",
"uk-tax",
"malta-tax",
"capital-gains",
"vat",
"iht",
"sdlt",
"crypto-tax"
],
"author": "Tyga.Cloud Ltd <joe@tyga.cloud>",
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/tygacloud/atx-cli"
},
"homepage": "https://aitaxadvise.com",
"files": [
"bin/",
"dist/",
"README.md",
"LICENSE"
]
}