cisco-axl
Version:
A library to make Cisco AXL a lot easier
48 lines (47 loc) • 1.57 kB
JSON
{
"name": "cisco-axl",
"version": "1.4.1",
"description": "A library to make Cisco AXL a lot easier",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_ENV=test node ./test/tests.js",
"development": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_ENV=development node ./test/tests.js",
"staging": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_ENV=staging node ./test/tests.js",
"wsdl": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_ENV=staging node ./test/wsdl.js",
"type-check": "tsc --noEmit",
"ts-example": "ts-node examples/typescript/example.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sieteunoseis/cisco-axl.git"
},
"keywords": [
"cisco",
"node",
"axl",
"soap",
"xml",
"callmanager"
],
"author": "Jeremy Worden",
"license": "MIT",
"bugs": {
"url": "https://github.com/sieteunoseis/cisco-axl/issues"
},
"homepage": "https://github.com/sieteunoseis/cisco-axl#readme",
"dependencies": {
"strong-soap": "^4.1.5"
},
"devDependencies": {
"@types/node": "^22.13.5",
"dotenv": "*",
"envalid": "*",
"json-variables": "^10.1.0",
"node-emoji": "*",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}