-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 763 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 763 Bytes
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
{
"name": "@prekel/rescript-bbcode",
"version": "0.0.9",
"description": "BBCode parser written in ReScript (OCaml) with TypeScript typings.",
"type": "module",
"scripts": {
"res:build": "rescript",
"res:start": "rescript build -w",
"test": "onchange --initial \"{test,src}/*.mjs\" -- pta \"test/*.test.mjs\""
},
"repository": {
"type": "git",
"url": "https://github.com/prekel/rescript-bbcode"
},
"keywords": [
"bbcode",
"rescript"
],
"author": "Vladislav Prekel",
"license": "MIT",
"devDependencies": {
"@dusty-phillips/rescript-zora": "^3.0.0",
"gentype": "^4.3.0",
"onchange": "^7.1.0",
"pta": "^1.0.1",
"rescript": "^9.1.4"
},
"dependencies": {
"@rescript/std": "^9.1.3"
}
}