You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
672 B
31 lines
672 B
{
|
|
"name": "ts-pnp",
|
|
"version": "1.2.0",
|
|
"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
|
|
}
|
|
}
|
|
}
|