architect-node-sdk
Version:
Essentialz Architect Nodejs SDK
51 lines (50 loc) • 1.31 kB
JSON
{
"name": "architect-node-sdk",
"version": "0.0.9",
"description": "Essentialz Architect Nodejs SDK",
"author": "Essentialz Team",
"license": "MIT",
"keywords": [
"Essentialz",
"Architect",
"API",
"SDK",
"Node.js"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@types/qs": "^6.9.7",
"camelcase-keys": "^7.0.0",
"node-fetch": "^2.6.1",
"qs": "^6.10.1",
"snakecase-keys": "^4.0.2"
},
"scripts": {
"test": "jest --config jestconfig.json --collectCoverage",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint '*/**/*.{js,ts}' --quiet --fix",
"prepare": "yarn build",
"prepublishOnly": "yarn test && yarn lint",
"preversion": "yarn lint",
"version": "yarn format && git add -A src",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"jest": "^26.6.3",
"prettier": "^2.3.2",
"ts-jest": "^26.5.4",
"typescript": "^4.3.5"
},
"files": [
"lib/**/*"
]
}