forked from mamaso/azure-mobile-apps-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.15 KB
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
36
37
38
39
40
41
{
"name": "azure-mobile-apps",
"version": "4.0.2",
"description": "Build mobile apps with data storage, push notifications and offline sync in minutes.",
"main": "src/index.js",
"typings": "typings/azure-mobile-apps/azure-mobile-apps.d.ts",
"author": "Microsoft",
"repository": "Azure/azure-mobile-apps-node",
"license": "MIT",
"scripts": {
"test": "npm run lint && mocha --recursive",
"lint": "jshint src",
"jsdoc": "jsdoc -c jsdoc/config.json",
"testCI": "mocha --timeout 10000",
"travis": "npm run lint && npm run testCI"
},
"dependencies": {
"@noble/curves": "^2.0.1",
"@types/express": "^4.17.17",
"azure-odata-sql": "^0.2.0",
"azure-query-js": "^0.1.0",
"body-parser": "^1.20.2",
"express": "^4.22.1",
"jsonwebtoken": "^9.0.3",
"mssql": "^11.0.1",
"uuid": "^13.0.0",
"winston": "^3.18.3"
},
"devDependencies": {
"@types/azure-sb": "^0.0.39",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.0.1",
"jshint": "^2.13.6",
"mocha": "^10.7.3",
"q": "^1.5.1",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0",
"supertest": "^7.0.0"
}
}