-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1016 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
40
41
42
{
"name": "color-apps",
"version": "0.5.0",
"description": "A collection of color tools, using Color.js",
"type": "module",
"types": "./types",
"scripts": {
"build:html": "npx @11ty/eleventy --config=_build/eleventy.js",
"watch:html": "npx @11ty/eleventy --config=_build/eleventy.js --serve",
"build": "run-s build:html",
"watch": "run-p watch:*",
"prepack": "npm run build",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/color-js/apps.git"
},
"keywords": [
"color"
],
"contributors": [
"Lea Verou",
"Chris Lilley"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/color-js/apps/issues"
},
"homepage": "https://apps.colorjs.io",
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.10",
"@stylistic/eslint-plugin": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"npm-run-all": "^4.1.5",
"release-it": "^17.1.1"
},
"dependencies": {
"colorjs.io": "^0.5.0"
}
}