forked from musa-611-fall-2022/school-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 915 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": "school-explorer",
"version": "1.0.0",
"description": "A tool to help parents and students explore schools",
"main": "main.js",
"directories": {
"lib": "lib"
},
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose --color"
},
"repository": {
"type": "git",
"url": "git+https://github.com/musa-611-fall-2022/school-explorer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/musa-611-fall-2022/school-explorer/issues"
},
"homepage": "https://github.com/musa-611-fall-2022/school-explorer#readme",
"devDependencies": {
"eslint": "^8.22.0",
"homedir-polyfill": "^1.0.3",
"http-server": "^14.1.1",
"is-windows": "^1.0.2",
"jest": "^29.0.1",
"jest-puppeteer": "^6.1.1",
"stylelint": "^14.11.0",
"stylelint-config-standard": "^28.0.0"
}
}