-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "@opendevtools/rescript-telefonnummer",
"version": "3.0.0",
"description": "Phone number formatter for Swedish phone numbers",
"author": "Rickard Natt och Dag <[email protected]> (http://willcodefor.beer/)",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rescript build",
"start": "BS_WATCH_CLEAR=true rescript build -w",
"clean": "rescript clean -with-deps",
"test": "is-ci-cli test:ci test:watch",
"test:ci": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"bucklescript",
"rescript",
"phone number",
"telefonnummer"
],
"license": "MIT",
"devDependencies": {
"@glennsl/bs-jest": "0.7.0",
"is-ci-cli": "2.2.0",
"rescript": "9.1.3"
},
"bugs": {
"url": "https://github.com/opendevtools/rescript-telefonnummer/issues"
},
"homepage": "https://github.com/opendevtools/rescript-telefonnummer#readme",
"repository": {
"type": "git",
"url": "https://github.com/opendevtools/rescript-telefonnummer.git"
}
}