katoikia-app/web-ui/web-react/node_modules/ts-pnp/package.json

32 lines
672 B
JSON
Raw Normal View History

2022-07-06 04:15:11 +00:00
{
"name": "ts-pnp",
"version": "1.1.6",
"description": "plug'n'play resolver for TypeScript",
"license": "MIT",
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/arcanis/ts-pnp",
"bugs": {
"url": "https://github.com/arcanis/ts-pnp/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/arcanis/ts-pnp.git"
},
"keywords": [
"typescript",
"yarn",
"plugnplay",
"pnp"
],
"devDependencies": {
"typescript": "3.5.3"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
}