@material-ui/x-license
Version:
Material-UI X License verification
49 lines (48 loc) • 1.15 kB
JSON
{
"name": "@material-ui/x-license",
"version": "4.0.0-alpha.36",
"description": "Material-UI X License verification",
"author": "Material-UI Team",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/x-license.d.ts",
"scripts": {
"typescript": "tsc -p tsconfig.json",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "https://github.com/mui-org/material-ui-x.git",
"directory": "packages/x-license"
},
"files": [
"dist/*"
],
"bugs": {
"url": "https://github.com/mui-org/material-ui-x/issues"
},
"homepage": "https://material-ui.com/components/data-grid/",
"license": "See LICENSE file",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"bin": {
"licensegen": "./bin/license-gen-script.js"
},
"dependencies": {
"@material-ui/utils": "^5.0.0-alpha.14",
"esm": "^3.2.25",
"yargs": "^17.0.1"
},
"peerDependencies": {
"react": "^17.0.0"
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"engines": {
"node": ">=12.0.0"
},
"gitHead": "eb34684b82343b33fe05374e97b2071b576de900"
}