mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
32 lines
672 B
JSON
32 lines
672 B
JSON
|
|
{
|
||
|
|
"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
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|