-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "martok",
"version": "1.8.9",
"description": "",
"main": "dist/src/index.js",
"bin": {
"martok": "dist/src/index.js"
},
"scripts": {
"build": "tsc",
"test": "jest",
"special": "ts-node src/index.ts '../../personal/Tangent-Mobile/api/entities/*.d.ts' -i -t -o ./schema/Tangent",
"special2": "ts-node src/index.ts 'tests/comparisons/**/*.d.ts' -i -t -o ./schema/Tests/",
"lint": "eslint . --ext .ts"
},
"author": "[email protected]",
"license": "Apache-2.0",
"repository": "https://github.com/asarazan/martok",
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.176",
"@types/yargs": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^27.3.1",
"nodemon": "^2.0.19",
"prettier": "^2.4.1",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0"
},
"dependencies": {
"@typescript/vfs": "^1.4.0",
"glob": "^7.2.0",
"indent-string": "^4.0.0",
"lodash": "^4.17.21",
"promisify": "^0.0.3",
"yargs": "^17.2.1",
"typescript": "^4.4.4"
}
}