-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.66 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "goldstein",
"version": "5.19.0",
"type": "module",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "JavaScript with no limits",
"exports": {
".": "./packages/goldstein/index.js"
},
"bin": {
"gs": "bin/gs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/goldstein.git"
},
"keywords": [
"JavaScript",
"parser",
"compiler"
],
"scripts": {
"test": "madrun test",
"coverage": "madrun coverage",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"wisdom": "madrun wisdom"
},
"dependencies": {
"@putout/plugin-declare": "^4.0.0",
"@putout/plugin-logical-expressions": "^6.0.0",
"@putout/plugin-try-catch": "^4.0.0",
"@putout/printer": "^10.0.1",
"acorn": "^8.7.1",
"acorn-typescript": "^1.4.13",
"estree-to-babel": "^10.0.0",
"estree-util-attach-comments": "^3.0.0",
"putout": "^36.0.3",
"try-catch": "^3.0.1"
},
"license": "MIT",
"devDependencies": {
"@cloudcmd/stub": "^4.0.1",
"@putout/eslint-flat": "^2.0.0",
"@putout/plugin-goldstein": "./rules/goldstein",
"@putout/test": "^11.0.0",
"c8": "^10.0.0",
"check-dts": "^0.8.0",
"esbuild": "^0.24.0",
"esbuild-node-builtins": "^0.1.0",
"eslint": "^9.2.0",
"eslint-plugin-putout": "^23.1.0",
"madrun": "^10.0.0",
"mock-require": "^3.0.3",
"montag": "^1.2.1",
"nodemon": "^3.0.1",
"redlint": "^3.14.1",
"runsome": "^1.0.0",
"supertape": "^10.1.0",
"typescript": "^5.0.3"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}