UNPKG

boxline-tdk

Version:
52 lines (51 loc) 1.31 kB
{ "name": "boxline-tdk", "version": "1.0.0", "description": "sdk to connect with connecta", "directories": { "test": "test" }, "scripts": { "test": "jest", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/fuf-herNef/boxline-tdk.git" }, "keywords": [ "ts", "sdk", "connecta" ], "author": "inndico", "license": "ISC", "bugs": { "url": "https://github.com/fuf-herNef/boxline-tdk/issues" }, "homepage": "https://github.com/fuf-herNef/boxline-tdk#readme", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "devDependencies": { "husky": "^8.0.3", "prettier": "^2.8.7", "@commitlint/cli": "^16.2.4", "@commitlint/config-conventional": "^16.2.4", "@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/parser": "^5.30.5", "eslint": "^8.19.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.2.4", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.0.0", "ts-loader": "^9.3.0", "ts-node": "^10.7.0", "tsconfig-paths": "^4.0.0", "typescript": "^5.0.3" } }