-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 992 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
37
38
39
{
"name": "@lsbjordao/type-taxon-script",
"version": "1.1.5",
"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.5",
"@json2csv/transforms": "^7.0.5",
"cli-spinner": "^0.2.10",
"csv-parser": "^3.0.0",
"fs": "^0.0.1-security",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"yargs": "^17.7.2",
"typescript": "^5.1.5"
},
"devDependencies": {
"@types/cli-spinner": "^0.2.3",
"@types/lodash": "^4.14.202",
"@types/mustache": "^4.2.5",
"@types/node": "^20.4.10",
"@types/yargs": "^17.0.32"
},
"main": "dist/tts.js",
"files": [
"dist"
],
"scripts": {
"tts": "tsc ./src/tts.ts"
},
"bin": {
"tts": "./bin/tts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lsbjordao/TypeTaxonScript.git"
}
}