-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "Alchemy",
"version": "1.1.1",
"description": "Alchemy compiler implementation",
"engines": {
"node": ">=14"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Kruhlmann/alchemy/issues"
},
"homepage": "https://github.com/Kruhlmann/alchemy#readme",
"bin": {
"alchemyc": "./bin/alchemyc"
},
"files": [
"dist"
],
"keywords": [],
"author": "",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/superagent": "^4.1.16",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unicorn": "^45.0.1",
"gts": "^3.1.1",
"jest": "^29.3.1",
"jest-junit": "^15.0.0",
"nyc": "^15.1.0",
"prettier": "^2.8.0",
"source-map-support": "^0.5.21",
"ts-jest": "^29.0.5",
"typescript": "^4.3.0"
}
}