-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 937 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
{
"name": "color-with-opacity",
"version": "1.1.1",
"description": "NPM pkg to mix opacity to a solid color and get a solid equivalent color",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
"test": "jest",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sagunji/color-without-opacity.git"
},
"keywords": [
"javascript",
"color"
],
"author": "Sagun Karanjit",
"license": "MIT",
"bugs": {
"url": "https://github.com/sagunji/color-without-opacity/issues"
},
"homepage": "https://github.com/sagunji/color-without-opacity#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"jest": "^28.1.3",
"rollup": "^2.77.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2"
}
}