-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 735 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 735 Bytes
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": "@school-api/menu",
"version": "1.0.0",
"description": "School menu package for school-menu-api",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"author": "5d-jh",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc",
"test": "mocha dist/test/test.js"
},
"dependencies": {
"@school-api/common": "1.0.0",
"entities": "^2.0.0",
"joi": "^17.4.0",
"jquery": "^3.6.0",
"jsdom": "^19.0.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/jquery": "^3.3.34",
"@types/jsdom": "^16.2.14",
"@types/mocha": "^9.0.0",
"@types/node-fetch": "^2.5.6"
}
}