-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 913 Bytes
/
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
{
"name": "rubyfy",
"version": "5.0.0",
"description": "Easily write ruby annotations and output it as HTML.",
"keywords": [
"ruby",
"html"
],
"homepage": "https://github.com/seangenabe/rubyfy",
"bugs": {
"url": "https://github.com/seangenabe/rubyfy/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/seangenabe/rubyfy.git"
},
"license": "MIT",
"author": "Sean Genabe <seangenabe@outlook.com>",
"main": "out/node/index.js",
"scripts": {
"build": "tsc",
"generate-regex": "node tools/generate-regex.js",
"test": "bun test src"
},
"dependencies": {
"global": "^4.4.0"
},
"devDependencies": {
"@types/bun": "latest",
"bel": "^6.0.0",
"nyc": "^15.1.0",
"regenerate": "^1.4.2",
"unicode-9.0.0": "^0.7.5"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"engines": {
"node": ">=6.4.0"
}
}