@tradeshift/tradeshift-ui
Version:
The Tradeshift UI Library & Framework
58 lines (57 loc) • 1.24 kB
JSON
{
"name": "@tradeshift/tradeshift-ui",
"version": "12.9.1",
"description": "The Tradeshift UI Library & Framework",
"homepage": "https://ui.tradeshift.com/",
"bugs": {
"url": "https://github.com/Tradeshift/tradeshift-ui/issues"
},
"author": "Tradeshift UI Team",
"contributors": [
"Daniel Spitzer <dsp@tradeshift.com> (https://github.com/sampi)",
"Leo Zhang <lza@tradeshift.com> (https://github.com/zdlm)",
"Tynan DeBold <tynan.debold@tradeshift.com> (https://github.com/tynandebold)",
"Wired Earp (https://github.com/wiredearp)"
],
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"node": ">=8.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"tradeshift",
"ts",
"ui",
"components",
"library",
"reusable",
"webcomponents",
"client-side",
"javascript",
"css",
"spiritual",
"edbml",
"tsml",
"edb"
],
"repository": "github:Tradeshift/tradeshift-ui.git",
"publishConfig": {
"access": "public",
"tag": "latest"
},
"overrides": {
"async": "^2.6.4",
"underscore": "^1.13.3",
"mime": "^1.4.1",
"nth-check": "^2.0.1",
"postcss": "^8.4.21",
"ansi-regex": "^5.0.1",
"parse-path": "^5.0.0",
"parse-url": "^8.1.0"
},
"main": "ts.js"
}