forked from coderaiser/putout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.96 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.96 KB
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
{
"name": "@putout/engine-loader",
"version": "8.1.0",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "load plugins and prepare them to run",
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/engine-loader#readme",
"main": "lib/index.js",
"release": false,
"tag": false,
"changelog": false,
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/putout.git"
},
"scripts": {
"test": "madrun test",
"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",
"report": "madrun report"
},
"dependencies": {
"@babel/core": "^7.12.3",
"@putout/engine-parser": "^5.0.0",
"diff-match-patch": "^1.0.4",
"nano-memoize": "^2.0.0",
"once": "^1.4.0",
"try-catch": "^3.0.0",
"try-to-catch": "^3.0.1"
},
"keywords": [
"putout",
"putout-engine",
"loader"
],
"peerDependencies": {
"putout": "*"
},
"devDependencies": {
"@babel/plugin-codemod-object-assign-to-object-spread": "^7.7.4",
"@putout/formatter-progress": "*",
"@putout/plugin-convert-commonjs-to-esm": "*",
"@putout/plugin-remove-unused-variables": "*",
"@putout/processor-javascript": "*",
"@putout/processor-markdown": "*",
"babel-plugin-angularjs-annotate": "https://github.com/putoutjs/babel-plugin-angularjs-annotate",
"c8": "^7.5.0",
"eslint": "^8.0.1",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-putout": "^17.0.0",
"estrace": "*",
"just-camel-case": "^4.0.2",
"lerna": "^6.0.1",
"madrun": "^9.0.0",
"mock-require": "^3.0.3",
"montag": "^1.0.0",
"nodemon": "^2.0.1",
"putout": "*",
"supertape": "^8.0.0"
},
"license": "MIT",
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
}
}