-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 972 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
{
"name": "@cityssm/paper-sizes",
"version": "1.0.0",
"type": "module",
"description": "Retrieves exact dimensions for common paper sizes, including North American (ANSI and ARCH) and ISO.",
"exports": "./index.js",
"scripts": {
"test": "node --test",
"coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/node-paper-sizes.git"
},
"keywords": [
"paper",
"paper-sizes",
"legal",
"letter",
"dimensions",
"iso",
"ansi",
"arch"
],
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "MIT",
"bugs": {
"url": "https://github.com/cityssm/node-paper-sizes/issues"
},
"homepage": "https://github.com/cityssm/node-paper-sizes#readme",
"devDependencies": {
"@types/node": "^22.8.0",
"eslint-config-cityssm": "^13.2.0",
"prettier-config-cityssm": "^1.0.0"
}
}