-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 881 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": "colormath.js",
"description": "A color conversion and color manipulation library written in typescript for Node.js, Deno and Browser.",
"version": "1.2.4",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/scientific-dev/colormath.js"
},
"homepage": "https://github.com/scientific-dev/colormath.js#readme",
"readme": "https://github.com/scientific-dev/colormath.js#readme",
"scripts": {
"test": "node test.js",
"build": "npx tsup"
},
"keywords": [
"colormath.js",
"colormath",
"color",
"colors",
"colorsjs",
"colors.js"
],
"author": "science_spot_codes",
"license": "MIT",
"devDependencies": {
"tsup": "^5.11.13",
"typescript": "^4.5.5"
}
}