-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
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
{
"name": "@lsbjordao/type-taxon-script",
"version": "1.1.20",
"author": "Lucas Jordão <tucarj@gmail.com> & André Eppinghaus <andreeppinghaus@gmail.com> & Vicente Calfo <vicentecalfo@gmail.com>",
"license": "ISC",
"description": "TypeTaxonScript",
"dependencies": {
"@json2csv/plainjs": "^7.0.6",
"@json2csv/transforms": "^7.0.6",
"cli-spinner": "^0.2.10",
"csv-parser": "^3.0.0",
"fast-glob": "^3.3.3",
"fs": "^0.0.1-security",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"n3": "^2.0.3",
"typescript": "^5.1.5",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/cli-spinner": "^0.2.3",
"@types/lodash": "^4.14.202",
"@types/mustache": "^4.2.5",
"@types/n3": "^1.26.1",
"@types/node": "^20.4.10",
"@types/yargs": "^17.0.32"
},
"main": "dist/tts.js",
"files": [
"dist",
"bin"
],
"scripts": {
"build": "tsc"
},
"bin": {
"tts": "./bin/tts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lsbjordao/TypeTaxonScript.git"
}
}