53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "list-exports-monorepo",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Given a package name and a version number, or a path to a package.json, what specifiers does it expose?",
|
|
"scripts": {
|
|
"lint": "eslint . '**/bin/*'",
|
|
"pretest": "npm run lint",
|
|
"tests-only": "tape packages/tests",
|
|
"tests:conditions": "tape packages/tests/conditions",
|
|
"test": "npm run tests-only && npm run tests:conditions",
|
|
"posttest": "aud --production",
|
|
"since": "node since"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ljharb/list-exports.git"
|
|
},
|
|
"keywords": [
|
|
"exports",
|
|
"cjs",
|
|
"esm",
|
|
"module",
|
|
"commonjs",
|
|
"es",
|
|
"export",
|
|
"entrypoint",
|
|
"resolve"
|
|
],
|
|
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
},
|
|
"devDependencies": {
|
|
"@ljharb/eslint-config": "^21.1.0",
|
|
"aud": "^2.0.4",
|
|
"eslint": "=8.8.0",
|
|
"evalmd": "^0.0.19",
|
|
"glob-gitignore": "^1.0.14",
|
|
"has-dynamic-import": "^2.1.0",
|
|
"ls-engines": "^0.9.1",
|
|
"node-exports-info": "^1.3.0",
|
|
"semver": "^7.6.0",
|
|
"tape": "^5.7.5"
|
|
},
|
|
"engines": {
|
|
"node": "^18.17.0 || >=20.5.0"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
]
|
|
}
|