-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 853 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
{
"name": "utilities",
"version": "1.0.0",
"description": "Collection of utility functions",
"main": "utilities.html",
"scripts": {
"coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
"watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"type": "module",
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/TracyGJG/utilities.git"
},
"author": "Tracy-Gregory Gilmore",
"license": "CC-BY-1.0",
"bugs": {
"url": "https://github.com/TracyGJG/utilities/issues"
},
"homepage": "https://github.com/TracyGJG/utilities#readme",
"devDependencies": {
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.5.0",
"jsdom": "^21.1.1"
}
}