UNPKG

node-tfe

Version:

A Typescript Client for Terraform Cloud/Enterprise V2 API

58 lines (57 loc) 1.49 kB
{ "name": "node-tfe", "version": "0.0.31", "description": "A Typescript Client for Terraform Cloud/Enterprise V2 API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest", "test:e2e": "jest -c ./jest.config.e2e.js --runInBand", "test:e2e:debug": "node --inspect-brk node_modules/.bin/jest --runInBand -c ./jest.config.e2e.js" }, "files": [ "dist" ], "keywords": [ "terraform-enterprise", "tfe", "sdk", "terraform-cloud", "cloud" ], "author": "Davide Talesco", "license": "ISC", "devDependencies": { "@types/axios": "^0.14.0", "@types/jest": "^26.0.19", "@types/lodash": "^4.14.166", "@types/node": "^14.14.10", "@types/qs": "^6.9.5", "@types/tar": "^4.0.4", "@types/url-join": "^4.0.0", "@typescript-eslint/eslint-plugin": "^4.9.1", "@typescript-eslint/parser": "^4.9.1", "dotenv": "^8.2.0", "env-var": "^7.0.0", "eslint": "^7.15.0", "eslint-config-prettier": "^7.0.0", "eslint-plugin-prettier": "^3.2.0", "jest": "^26.6.3", "lodash": "^4.17.20", "prettier": "^2.2.1", "ts-jest": "^26.4.4", "ts-node": "^9.1.1", "typescript": "^4.1.2" }, "dependencies": { "@types/jsonapi-serializer": "^3.6.3", "axios": "^0.21.1", "jsonapi-serializer": "^3.6.6", "qs": "^6.10.1", "tar": "^6.0.5", "ts-japi": "^1.3.1", "url-join": "^4.0.1" } }