-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.19 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.19 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
{
"name": "1000xtranslate",
"version": "1.0.0",
"description": "A collection of tools to translate 1000xRESIST into your language",
"main": "index.js",
"scripts": {
"clean": "node index.js clean",
"clean:all": "node index.js clean:all",
"validate": "node index.js validate",
"tool:svscript-convert": "node index.js run:tool svscript-convert",
"function:exporter": "node index.js run:function 1-exporter",
"function:sheetifier": "node index.js run:function 2-sheetifier",
"function:translator": "node index.js run:function 3-translator",
"function:checker": "node index.js run:function 4-checker",
"function:desheetifier": "node index.js run:function 5-desheetifier",
"function:bbb": "node index.js run:function 6-boom-boom-build",
"init": "node index.js install:all",
"dump": "node index.js run:function 1-exporter,2-sheetifier",
"translate": "node index.js run:function 3-translator '*'",
"check": "node index.js run:function 4-checker",
"build": "node index.js run:function 5-desheetifier,6-boom-boom-build"
},
"author": "deseven",
"license": "ISC",
"type": "module",
"dependencies": {
"chalk": "^5.4.1",
"dotenv": "^16.4.7"
}
}