@lsbjordao/type-taxon-script 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/tts CHANGED
@@ -1,2 +1,2 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
  require('../dist/tts.js')
package/package.json CHANGED
@@ -1,39 +1,43 @@
1
- {
2
- "name": "@lsbjordao/type-taxon-script",
3
- "version": "1.1.7",
4
- "author": "Lucas Jordão <tucarj@gmail.com> & André Eppinghaus <andreeppinghaus@gmail.com> & Vicente Calfo <vicentecalfo@gmail.com>",
5
- "license": "ISC",
6
- "description": "TypeTaxonScript",
7
- "dependencies": {
8
- "@json2csv/plainjs": "^7.0.5",
9
- "@json2csv/transforms": "^7.0.5",
10
- "cli-spinner": "^0.2.10",
11
- "csv-parser": "^3.0.0",
12
- "fs": "^0.0.1-security",
13
- "lodash": "^4.17.21",
14
- "mustache": "^4.2.0",
15
- "yargs": "^17.7.2",
16
- "typescript": "^5.1.5"
17
- },
18
- "devDependencies": {
19
- "@types/cli-spinner": "^0.2.3",
20
- "@types/lodash": "^4.14.202",
21
- "@types/mustache": "^4.2.5",
22
- "@types/node": "^20.4.10",
23
- "@types/yargs": "^17.0.32"
24
- },
25
- "main": "dist/tts.js",
26
- "files": [
27
- "dist", "bin"
28
- ],
29
- "scripts": {
30
- "build": "tsc"
31
- },
32
- "bin": {
33
- "tts": "./bin/tts"
34
- },
35
- "repository": {
36
- "type": "git",
37
- "url": "git+https://github.com/lsbjordao/TypeTaxonScript.git"
38
- }
39
- }
1
+ {
2
+ "name": "@lsbjordao/type-taxon-script",
3
+ "version": "1.1.8",
4
+ "author": "Lucas Jordão <tucarj@gmail.com> & André Eppinghaus <andreeppinghaus@gmail.com> & Vicente Calfo <vicentecalfo@gmail.com>",
5
+ "license": "ISC",
6
+ "description": "TypeTaxonScript",
7
+ "dependencies": {
8
+ "@json2csv/plainjs": "^7.0.5",
9
+ "@json2csv/transforms": "^7.0.5",
10
+ "cli-spinner": "^0.2.10",
11
+ "csv-parser": "^3.0.0",
12
+ "fast-glob": "^3.3.3",
13
+ "fs": "^0.0.1-security",
14
+ "lodash": "^4.17.21",
15
+ "mustache": "^4.2.0",
16
+ "n3": "^2.0.3",
17
+ "typescript": "^5.1.5",
18
+ "yargs": "^17.7.2"
19
+ },
20
+ "devDependencies": {
21
+ "@types/cli-spinner": "^0.2.3",
22
+ "@types/lodash": "^4.14.202",
23
+ "@types/mustache": "^4.2.5",
24
+ "@types/n3": "^1.26.1",
25
+ "@types/node": "^20.4.10",
26
+ "@types/yargs": "^17.0.32"
27
+ },
28
+ "main": "dist/tts.js",
29
+ "files": [
30
+ "dist",
31
+ "bin"
32
+ ],
33
+ "scripts": {
34
+ "build": "tsc"
35
+ },
36
+ "bin": {
37
+ "tts": "./bin/tts"
38
+ },
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "git+https://github.com/lsbjordao/TypeTaxonScript.git"
42
+ }
43
+ }