-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.44 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.44 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
{
"name": "root",
"private": "true",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Compile JavaScript to WASM",
"homepage": "https://github.com/putoutjs/nirguna",
"repository": {
"type": "git",
"url": "git+https://github.com/putoutjs/nirguna.git"
},
"scripts": {
"wisdom": "madrun wisdom",
"test": "madrun test",
"test:all": "madrun test:all",
"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",
"build:boot": "madrun build:boot",
"build:boot:fasm": "madrun build:boot:fasm",
"build:boot:asm": "madrun build:boot:asm",
"build:nemesis": "madrun build:nemesis",
"build:nemesis:asm": "madrun build:nemesis:asm",
"build:nemesis:fasm": "madrun build:nemesis:fasm"
},
"dependencies": {
"putout": "^42.0.12"
},
"keywords": [
"putout"
],
"devDependencies": {
"@nirguna/plugin-nemesis": "*",
"eslint": "^10.0.1",
"eslint-plugin-putout": "^31.0.1",
"madrun": "^13.0.0",
"nirguna": "*",
"redlint": "^6.1.1",
"superc8": "^12.0.0",
"supertape": "^12.5.0"
},
"license": "MIT",
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}