-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 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
{
"name": "@greenlabs/rescript-korean-numeral",
"packageManager": "pnpm@8.8.0",
"version": "0.5.0",
"description": "ReScript module to convert the number to Korean",
"scripts": {
"res:build": "rescript",
"res:clean": "rescript clean",
"res:watch": "rescript build -w",
"test:watch": "onchange --initial '{test,src}/**/*.mjs' -- pta 'test/__tests__/**/*.mjs' | tap-difflet",
"test": "pta './test/__tests__/Index.mjs' | tap-difflet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/green-labs/rescript-korean-numeral.git"
},
"keywords": [
"ReScript",
"ReasonML",
"BuckleScript"
],
"author": "Greenlabs Dev <developer@greenlabs.co.kr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/green-labs/rescript-korean-numeral/issues"
},
"homepage": "https://github.com/green-labs/rescript-korean-numeral#readme",
"devDependencies": {
"@dusty-phillips/rescript-zora": "^4.0.0",
"onchange": "^7.1.0",
"pta": "^1.2.0",
"rescript": "12.0.0-alpha.4",
"tap-difflet": "^0.7.2",
"zora": "^5.2.0"
}
}