@procore/core-scripts-shims
Version:
Shims that patch core-scripts
72 lines • 1.92 kB
JSON
{
"name": "@procore/core-scripts-shims",
"version": "1.0.0-next.0",
"description": "Shims that patch core-scripts",
"repository": {
"type": "git",
"url": "git+https://github.com/procore/frontend-tooling.git",
"directory": "packages/core-scripts-shims"
},
"bugs": "https://github.com/procore/frontend-tooling/issues",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"core-scripts",
"patch",
"mfe"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"types": "dist/legacy/index.d.ts",
"main": "dist/legacy/index.cjs",
"module": "dist/legacy/index.js",
"exports": {
".": {
"import": {
"types": "./dist/modern/index.d.ts",
"default": "./dist/modern/index.js"
},
"require": {
"types": "./dist/modern/index.d.cts",
"default": "./dist/modern/index.cjs"
}
},
"./package.json": "./package.json"
},
"sideEffects": false,
"files": [
"dist"
],
"scripts": {
"build": "hammer lib:build",
"format": "prettier --ignore-unknown --write .",
"format:check": "prettier --cache --ignore-unknown --check .",
"lint": "eslint .",
"prepack": "hammer lib:build",
"test": "vitest run --coverage"
},
"peerDependencies": {
"@procore/core-scripts": "^12.2.0-next.0"
},
"dependencies": {
"webpack-chain": "^6.5.1"
},
"devDependencies": {
"@procore/core-scripts": "^12.2.0-next.0",
"@procore/eslint-config": "^15.2.1",
"@procore/hammer": "^0.10.0",
"@procore/hammer-lib-tsup": "^0.5.1",
"@procore/prettier-config": "^1.1.1",
"@procore/typescript-config": "^2.0.0",
"@types/eslint": "^8.56.11",
"@types/node": "^18.18.9",
"@vitest/coverage-v8": "^2.1.9",
"eslint": "^8.57.0",
"jsdom": "^22.1.0",
"prettier": "^2.8.8",
"typescript": "^5.5.2",
"vitest": "^2.1.9",
"vitest-fetch-mock": "^0.3.0"
}
}