-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 911 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 911 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
32
33
34
35
{
"name": "fast-average-color-examples",
"version": "1.0.0",
"description": "Examples for Fast Average Color",
"scripts": {
"build": "rollup -c",
"typecheck": "tsc --noEmit",
"test": "npm run typecheck"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fast-average-color/examples.git"
},
"keywords": [
"examples",
"average color"
],
"author": "Denis Seleznev",
"license": "MIT",
"bugs": {
"url": "https://github.com/fast-average-color/examples/issues"
},
"homepage": "https://github.com/fast-average-color/examples#readme",
"private": true,
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"fast-average-color": "^9.5.0",
"lyam": "^3.2.1",
"rollup": "^4.36.0",
"rollup-plugin-css-only": "^4.5.2",
"tslib": "^2.8.1",
"typescript": "^5.8.2"
}
}