-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "alia",
"version": "1.0.0",
"description": "The ultimate Alia compiler",
"scripts": {
"test": "tsc && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxpatiiuk/tts-reader.git"
},
"type": "module",
"author": "Max Patiiuk",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxpatiiuk/tts-reader/issues"
},
"homepage": "https://github.com/maxpatiiuk/tts-reader#readme",
"dependencies": {
"chalk": "^5.1.2",
"commander": "^9.4.0",
"llvm-bindings": "^0.4.2"
},
"devDependencies": {
"@maxxxxxdlp/eslint-config": "^3.0.2",
"@maxxxxxdlp/prettier-config": "^1.0.4",
"@rushstack/eslint-patch": "^1.1.4",
"@types/jest": "^28.1.8",
"@types/node": "^18.7.9",
"eslint": "^8.22.0",
"jest": "^28.0.0",
"jest-environment-jsdom": "^29.0.0",
"jest-fail-on-console": "^2.5.0",
"jest-silent-reporter": "^0.5.0",
"jest-skipped-reporter": "^0.0.5",
"node-notifier": "^10.0.1",
"prettier": "^2.7.1",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typesafe-reducer": "^1.0.3",
"typescript": "^4.7.4"
}
}