-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.73 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
{
"name": "@magic/transmute",
"version": "0.0.57",
"author": "Wizards & Witches",
"homepage": "https://magic.github.io/transmute",
"license": "AGPL-3.0",
"description": "convert markdown and html to magic function strings.",
"main": "src/index.mjs",
"type": "module",
"bin": {
"magic-transmute": "src/bin.mjs"
},
"files": [
"src"
],
"engines": {
"node": ">=14.15.4"
},
"engineStrict": true,
"repository": {
"type": "git",
"url": "git+https://github.com/magic/transmute.git"
},
"bugs": {
"url": "https://github.com/magic/transmute/issues"
},
"scripts": {
"start": "t -p",
"test": "t",
"format": "f -w --exclude docs",
"build": "NODE_ENV=production magic build",
"prod": "NODE_ENV=production magic build serve",
"dev": "magic dev",
"dirty-cli-test": "src/bin/bin.js file --input test/.data/testing.md --output testing.mjs && echo 'contents: ' && cat testing.mjs && echo 'deleting testing.mjs' && rm testing.mjs",
"calls": "calls"
},
"dependencies": {
"@magic/cases": "0.0.9",
"@magic/cli": "0.0.44",
"@magic/entities": "0.0.13",
"@magic/log": "0.1.18",
"@magic/types": "0.1.23",
"marked": "4.2.12",
"posthtml-parser": "0.11.0",
"prettier": "2.8.4"
},
"devDependencies": {
"@magic-modules/git-badges": "0.0.12",
"@magic-modules/light-switch": "0.0.11",
"@magic-modules/no-spy": "0.0.8",
"@magic-modules/pre": "0.0.11",
"@magic-themes/docs": "0.0.14",
"@magic/core": "0.0.149",
"@magic/format": "0.0.51",
"@magic/test": "0.2.15"
},
"keywords": [
"magic",
"transmute",
"html",
"markdown"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}