-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 815 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 815 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
{
"name": "rescript-tinycolor",
"version": "5.1.1",
"scripts": {
"build": "rescript build",
"start": "rescript build -w",
"clean": "rescript clean",
"check": "rescript format --check",
"format": "rescript format",
"pretest": "npm run build",
"test": "jest"
},
"keywords": [
"ReScript",
"color-manipulation"
],
"author": "mikaello",
"description": "Fast, small color manipulation and conversion",
"homepage": "https://github.com/mikaello/rescript-tinycolor",
"repository": "https://github.com/mikaello/rescript-tinycolor",
"bugs": "https://github.com/mikaello/rescript-tinycolor/issues",
"license": "MIT",
"devDependencies": {
"@glennsl/rescript-jest": "0.13.1",
"rescript": "12.2.0"
},
"dependencies": {
"@ctrl/tinycolor": "4.2.0"
}
}