forked from Autodesk-Forge/forge-api-nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.66 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.66 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
42
43
44
45
46
47
48
49
50
51
{
"name": "forge-apis",
"version": "0.9.5",
"description": "The Forge Platform contains an expanding collection of web service components that can be used with Autodesk cloud-based products or your own technologies. Take advantage of Autodesk’s expertise in design and engineering.",
"license": "Apache-2.0",
"main": "src/index.js",
"engines": {
"node": ">= 10.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Autodesk-Forge/forge-api-nodejs-client"
},
"bugs": {
"url": "https://github.com/Autodesk-Forge/forge-api-nodejs-client/issues"
},
"author": "Autodesk Inc.",
"contributors": [
"Cyrille Fauvel <cyrille@autodesk.com>",
"Augusto Goncalves <augusto.goncalves@autodesk.com>"
],
"keywords": [
"autodesk",
"autodesk-forge",
"rest",
"restful",
"api"
],
"scripts": {
"test": "./node_modules/mocha/bin/mocha --colors --recursive --timeout 10000 ./test",
"test-oauth": "./node_modules/mocha/bin/mocha --colors --recursive --timeout 10000 ./test/auth",
"test-api": "./node_modules/mocha/bin/mocha --colors --recursive --timeout 10000 ./test/api",
"test-model": "./node_modules/mocha/bin/mocha --colors --recursive --timeout 10000 ./test/model",
"test-hubs": "./node_modules/mocha/bin/mocha --colors --timeout 10000 ./test/api/HubsApi.spec",
"test-oss": "./node_modules/mocha/bin/mocha --colors --timeout 10000 ./test/api/ObjectsApi.spec",
"coverage": "nyc npm run test"
},
"dependencies": {
"axios": "^0.27.2",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^2.1.4",
"retry-axios": "^3.0.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^9.2.1",
"nock": "^13.2.4",
"nyc": "^15.1.0",
"sinon": "^13.0.1"
}
}