-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 950 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
{
"name": "@cityssm/has-package",
"type": "module",
"version": "0.1.1",
"description": "Tests if a package is available to be imported. Useful for checking if optional dependencies are installed.",
"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-has-package.git"
},
"keywords": [
"dependency",
"dependencies",
"optional",
"import",
"require"
],
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "MIT",
"bugs": {
"url": "https://github.com/cityssm/node-has-package/issues"
},
"homepage": "https://github.com/cityssm/node-has-package#readme",
"devDependencies": {
"@types/node": "^22.9.1",
"eslint-config-cityssm": "^15.2.0",
"prettier-config-cityssm": "^1.0.0"
}
}