@axmit/investment-analytics-types
Version:
Types for investment-analytics services
49 lines (48 loc) • 1.08 kB
JSON
{
"name": "@axmit/investment-analytics-types",
"version": "1.0.58",
"contributors": [
{
"name": "Artem Shorin",
"email": "temansky95@gmail.com"
},
{
"name": "Valerii Epifanov",
"email": "ve1994@gmail.com"
}
],
"keywords": [
"investment-analytics",
"types"
],
"scripts": {
"build": "rm -rf ./dist && tsc",
"prepublishOnly": "yarn build"
},
"description": "Types for investment-analytics services",
"homepage": "https://gitlab.axmit.com/uk/investment-analytics-types",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://gitlab.axmit.com/uk/investment-analytics-types.gitt"
},
"devDependencies": {
"husky": "^1.3.1",
"lint-staged": "^8.1.4",
"prettier": "^1.16.4",
"typescript": "^3.3.3333"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{tsx,jsx,ts,js,json,css,md}": [
"prettier --config .prettierrc --write",
"git add"
]
}
}