keycloak_theme/package.json

35 lines
979 B
JSON
Raw Normal View History

2021-02-20 11:51:44 +01:00
{
2021-02-20 10:53:26 +00:00
"name": "keycloak-react-theming",
2021-02-20 12:39:23 +01:00
"version": "0.0.2",
2021-02-20 10:53:26 +00:00
"description": "Provides a way to customise Keycloak login and register pages with React",
2021-02-20 11:51:44 +01:00
"repository": {
"type": "git",
2021-02-20 10:53:26 +00:00
"url": "git://github.com/garronej/keycloak-react-theming.git"
2021-02-20 11:51:44 +01:00
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "node dist/test/",
2021-02-20 12:50:32 +01:00
"build": "tsc",
"enable_short_import_path": "npm run build && denoify_enable_short_npm_import_path"
2021-02-20 11:51:44 +01:00
},
2021-02-20 10:53:26 +00:00
"author": "u/garronej",
2021-02-20 11:51:44 +01:00
"license": "MIT",
"files": [
"src/",
"!src/test/",
"dist/",
"!dist/test/",
"!dist/tsconfig.tsbuildinfo"
],
"keywords": [],
2021-02-20 10:53:26 +00:00
"homepage": "https://github.com/garronej/keycloak-react-theming",
2021-02-20 11:51:44 +01:00
"devDependencies": {
"@types/node": "^10.0.0",
2021-02-20 12:15:33 +01:00
"denoify": "^0.6.4",
2021-02-20 11:51:44 +01:00
"evt": "^1.8.11",
2021-02-20 12:15:33 +01:00
"lint-staged": "^10.5.4",
2021-02-20 12:02:10 +01:00
"typescript": "^4.1.5"
2021-02-20 11:51:44 +01:00
}
}