@equisoft/typescript-config
Version:
Equisoft's standard Typescript configuration.
25 lines • 692 B
JSON
{
"name": "@equisoft/typescript-config",
"version": "2.0.0",
"description": "Equisoft's standard Typescript configuration.",
"license": "MIT",
"main": "tslint.json",
"homepage": "https://github.com/kronostechnologies/standards#readme",
"author": {
"name": "Equisoft inc.",
"url": "https://www.equisoft.com/",
"email": "services.administratifs@equisoft.com"
},
"repository": {
"directory": "packages/javascript/typescript-config",
"type": "git",
"url": "https://github.com/kronostechnologies/standards.git"
},
"bugs": {
"url": "https://github.com/kronostechnologies/standards/issues"
},
"keywords": [
"equisoft",
"typescript"
]
}