{
	"name": "forge-apis",
	"version": "0.9.12",
	"deprecated": true,
	"description": "⚠️ Deprecated: This package is no longer maintained. Use 'https://github.com/autodesk-platform-services/aps-sdk-node' instead.",
	"license": "Apache-2.0",
	"main": "src/index.js",
	"engines": {
		"node": ">= 10.12.0"
	},
	"homepage": "https://www.npmjs.com/package/@aps_sdk/autodesk-sdkmanager",
	"repository": {
		"type": "git",
		"url": "https://github.com/autodesk-platform-services/aps-sdk-node"
	},
	"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": {
		"postinstall": "echo 'WARNING: This package is deprecated. Please use https://github.com/autodesk-platform-services/aps-sdk-node instead.'",
		"test": "node node_modules/mocha/bin/mocha --colors --recursive --timeout 10000 test",
		"test-oauth": "node node_modules/mocha/bin/mocha --colors --recursive --timeout 10000 test/auth",
		"test-api": "node node_modules/mocha/bin/mocha --colors --recursive --timeout 10000 test/api",
		"test-model": "node node_modules/mocha/bin/mocha --colors --recursive --timeout 10000 test/model",
		"test-hubs": "node node_modules/mocha/bin/mocha --colors --timeout 10000 test/api/HubsApi.spec",
		"test-oss": "node node_modules/mocha/bin/mocha --colors --timeout 10000 test/api/ObjectsApi.spec",
		"test-user": "node node_modules/mocha/bin/mocha --colors --timeout 10000 --inspect-brk test/api/UserProfileApi.spec",
		"coverage": "nyc npm run test"
	},
	"dependencies": {
		"axios": "^1.6.5",
		"jsonwebtoken": "^9.0.2",
		"jwks-rsa": "^3.1.0",
		"retry-axios": "^3.1.3"
	},
	"devDependencies": {
		"eslint": "^8.42.0",
		"expect.js": "^0.3.1",
		"mocha": "^10.2.0",
		"nock": "^13.4.0",
		"nyc": "^15.1.0",
		"sinon": "^17.0.1"
	}
}