mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-08 08:10:02 -06:00
* dependency(deps): update dependency firefox-profile to v4.3.2 🌟 * Add changelog entry * fix(deps): update dependency firefox-profile to v4.6.0 * add changelog entry --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
33 lines
849 B
JSON
33 lines
849 B
JSON
{
|
|
"name": "@packages/packherd-require",
|
|
"version": "0.0.0-development",
|
|
"description": "Loads modules that have been bundled by `@tooling/packherd`.",
|
|
"private": true,
|
|
"main": "dist/require.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"check-ts": "tsc --noEmit && yarn -s tslint",
|
|
"clean": "rimraf dist",
|
|
"clean-deps": "rimraf node_modules",
|
|
"test": "yarn test-unit",
|
|
"test-unit": "mocha --config ./test/.mocharc.js",
|
|
"tslint": "tslint --config ../ts/tslint.json --project .",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"dependencies": {
|
|
"convert-source-map": "^1.7.0",
|
|
"debug": "^4.3.4",
|
|
"source-map-js": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@packages/ts": "0.0.0-development",
|
|
"esbuild": "^0.15.3",
|
|
"mocha": "7.0.1"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src/require.ts"
|
|
],
|
|
"types": "src/require.ts"
|
|
}
|