-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.15 KB
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
43
44
45
{
"name": "@mtillmann/ishihara",
"version": "0.2.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"test": "echo \"see test/index.html\"",
"build": "rimraf dist && tsup && rollup -c",
"dev": "tsup src/index.ts --watch --onSuccess 'rollup -c'",
"publish": "eslint . --fix && npm run build && npm publish --access public"
},
"files": [
"dist"
],
"author": "Martin Tillmann<mtillmann@gmail.com>",
"homepage": "https://github.com/Mtillmann/ishihara",
"bugs": {
"url": "https://github.com/Mtillmann/ishihara/issues"
},
"keywords": [
"ishihara",
"color",
"blindness",
"test",
"colorblindness",
"color-vision-deficiency",
"svg"
],
"license": "MIT",
"description": "render ishihara plates for color vision deficiency tests",
"dependencies": {
"@mtillmann/circlepacker": "^0.2.3"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^9.16.0",
"neostandard": "^0.11.9",
"rimraf": "^6.0.1",
"rollup": "^2.79.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
}
}