aoc/node_modules/jest-changed-files/package.json

31 lines
676 B
JSON
Raw Normal View History

2022-12-03 22:11:42 +00:00
{
"name": "jest-changed-files",
"version": "29.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-changed-files"
},
"license": "MIT",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"./package.json": "./package.json"
},
"dependencies": {
"execa": "^5.0.0",
"p-limit": "^3.1.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ee5b37a4f4433afcfffb0356cea47739d8092287"
}