-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 775 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
{
"name": "adafontcheck",
"version": "1.1.0",
"description": "Determine if a font meets ADA requirements",
"main": "mk1.js",
"dependencies": {
"express": "^4.17.1",
"express-fileupload": "^1.1.5",
"fast-csv": "^2.4.1",
"glob": "^7.1.4",
"minify": "^10.0.0",
"opentype.js": "^0.10.0",
"package.json": "^2.0.1",
"path": "^0.12.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node checkfont_node.js",
"build": "npx @tailwindcss/cli -i ./src/style.css -o ./dist/style.css"
},
"keywords": [
"ADA",
"font",
"opentype",
"truetype"
],
"author": "Daniel Crooks",
"license": "ISC",
"devDependencies": {
"daisyui": "^5.0.37",
"tailwindcss": "^3.3.2"
}
}