-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.75 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "classifyer-data",
"version": "1.0.0",
"description": "Classifyer.app mappings",
"main": "index.js",
"scripts": {
"deploy": "node ./node_modules/ts-node/dist/bin.js ./scripts/deploy.ts",
"build": "node ./node_modules/ts-node/dist/bin.js ./scripts/build.ts",
"post-process": "node ./node_modules/ts-node/dist/bin.js ./scripts/post-process.ts",
"merge": "node ./node_modules/ts-node/dist/bin.js ./scripts/merge.ts",
"translate": "node ./node_modules/ts-node/dist/bin.js ./scripts/translate.ts",
"update-contributors": "node ./node_modules/ts-node/dist/bin.js ./scripts/update-contributors.ts",
"update-description": "node ./node_modules/ts-node/dist/bin.js ./scripts/update-description.ts",
"change-order": "node ./node_modules/ts-node/dist/bin.js ./scripts/change-order.ts",
"display-length": "node ./node_modules/ts-node/dist/bin.js ./scripts/display-length.ts",
"last-commit-id": "git rev-parse HEAD"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/classifyer/classifyer-data.git"
},
"author": "Ramtin Soltani <[email protected]>",
"contributors": [
"Ashkan Ashkpour <[email protected]>"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/classifyer/classifyer-data/issues"
},
"homepage": "https://github.com/classifyer/classifyer-data#readme",
"dependencies": {
"chalk": "^4.1.0",
"csvtojson": "^2.0.10",
"firebase-admin": "^9.4.2",
"json2csv": "^5.0.5",
"lodash": "^4.17.20",
"showdown": "^1.9.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"@types/json2csv": "^5.0.1",
"@types/lodash": "^4.14.167",
"@types/node": "^14.14.21",
"@types/showdown": "^1.9.3"
}
}