condoit
Version:
[](https://securisec.github.io/condoit/) 
37 lines (36 loc) • 828 B
JSON
{
"name": "condoit",
"version": "2.1.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "./node_modules/.bin/tsc",
"docs": "./node_modules/typedoc/bin/typedoc --excludePrivate --out docs ./src/index.ts",
"publish": "npm run test && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/securisec/condoit.git"
},
"keywords": [
"phabricator",
"conduit"
],
"author": "Hapsida @securisec",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/securisec/condoit/issues"
},
"homepage": "https://github.com/securisec/condoit#readme",
"dependencies": {
"axios": "^0.21.4",
"qs": "^6.10.1"
},
"devDependencies": {
"@types/node": "^16.10.2",
"@types/qs": "^6.9.7",
"typedoc": "^0.22.4",
"typescript": "^4.4.3"
}
}