-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.91 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
69
70
71
72
73
74
75
76
{
"name": "@putout/bundler",
"version": "1.1.1",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Lint Filesystem with 🐊Putout",
"homepage": "https://github.com/putoutjs/bundler#readme",
"main": "./lib/bundler.js",
"exports": {
".": "./lib/bundler.js"
},
"repository": {
"type": "git",
"url": "git://github.com/putoutjs/bundler.git"
},
"scripts": {
"wisdom": "madrun wisdom",
"test": "madrun test",
"test:dts": "madrun test:dts",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"coverage:html": "madrun coverage:html",
"report": "madrun report"
},
"dependencies": {
"@putout/cli-choose": "^2.0.0",
"@putout/cli-filesystem": "^2.0.1",
"@putout/engine-runner": "^21.0.0",
"@putout/operator-filesystem": "^4.0.1",
"@putout/operator-json": "^2.0.0",
"@putout/plugin-filesystem": "^5.0.0",
"@putout/plugin-nodejs": "^11.0.0",
"@putout/processor-filesystem": "^4.0.0",
"chalk": "^5.3.0",
"enquirer": "^2.4.1",
"fullstore": "^3.0.0",
"ignore": "^5.2.4",
"ora": "^8.0.1",
"putout": "^35.0.0",
"strip-ansi": "^7.1.0",
"try-to-catch": "^3.0.1"
},
"keywords": [
"putout",
"bundler",
"AST",
"babel",
"api",
"traverse",
"generate"
],
"devDependencies": {
"@putout/test": "^9.0.0",
"c8": "^9.1.0",
"eslint": "^9.0.0",
"eslint-plugin-putout": "^22.0.0",
"estree-to-babel": "^9.0.0",
"just-kebab-case": "^4.2.0",
"madrun": "^10.0.0",
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"supertape": "^10.0.0",
"try-catch": "^3.0.0"
},
"license": "MIT",
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}