-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 911 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
{
"name": "@cityssm/is-sault-ste-marie",
"version": "0.4.0",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"description": "Standardizes the spelling of our beloved city, Sault Ste. Marie!",
"exports": "./index.js",
"scripts": {
"test": "node --test",
"coverage": "c8 node --test"
},
"keywords": [
"sault-ste-marie"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/is-sault-ste-marie.git"
},
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "MIT",
"bugs": {
"url": "https://github.com/cityssm/is-sault-ste-marie/issues"
},
"homepage": "https://github.com/cityssm/is-sault-ste-marie#readme",
"devDependencies": {
"@types/node": "^22.7.9",
"eslint-config-cityssm": "^13.1.0",
"prettier-config-cityssm": "^1.0.0"
},
"dependencies": {
"just-cartesian-product": "^4.2.0"
}
}