@enable-tech/shared-types
Version:
This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.
48 lines • 1.66 kB
JSON
{
"name": "@enable-tech/shared-types",
"version": "2.0.6",
"description": "This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.",
"main": "./index.js",
"types": "./index.d.ts",
"files": [
"./**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": " tsc --build --force",
"build:watch": "npm run build -- --watch",
"start": "node scripts/copy-package-configurations.js && cd build && yarn link && npm run build:watch",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "npx eslint .",
"prepublish": "npm run lint",
"version": "npm run format && node scripts/copy-package-configurations.js&& git add -A src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EButler-QA/enable-shared-types.git"
},
"keywords": [
"enable-tech",
"ESlint",
"Prettier",
"TypeScript"
],
"author": "Mayar Elabbasy",
"license": "ISC",
"bugs": {
"url": "https://github.com/EButler-QA/enable-shared-types/issues"
},
"homepage": "https://github.com/EButler-QA/enable-shared-types#readme",
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"react-router-dom": "^5.2.0",
"react-hook-form": "^7.45.2"
},
"dependencies": {}
}