-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 846 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
{
"name": "color-re",
"version": "1.1.1",
"description": "Reason color converter",
"repository": {
"type": "git",
"url": "git+https://github.com/WhoAteDaCake/color-re.git"
},
"homepage": "https://github.com/WhoAteDaCake/color-re#readme",
"main": "lib/js/src/Color.bs.js",
"keywords": [
"reason",
"bucklescript",
"color",
"rbg",
"hex",
"hsl"
],
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "yarn build && jest --config=jest.json --maxWorkers=4"
},
"files": [
"lib/",
"src",
"bsconfig.json",
"README.md"
],
"author": "whoatedacake",
"license": "MIT",
"devDependencies": {
"@glennsl/bs-jest": "^0.4.2",
"bs-jest": "^0.3.2",
"bs-platform": "^4.0.1",
"jest": "^23.2.0"
}
}