|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
708 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "jest-pnp-resolver",
|
|---|
| 3 | "version": "1.2.3",
|
|---|
| 4 | "description": "plug'n'play resolver for Webpack",
|
|---|
| 5 | "license": "MIT",
|
|---|
| 6 | "engines": {
|
|---|
| 7 | "node": ">=6"
|
|---|
| 8 | },
|
|---|
| 9 | "homepage": "https://github.com/arcanis/jest-pnp-resolver",
|
|---|
| 10 | "bugs": {
|
|---|
| 11 | "url": "https://github.com/arcanis/jest-pnp-resolver/issues"
|
|---|
| 12 | },
|
|---|
| 13 | "repository": {
|
|---|
| 14 | "type": "git",
|
|---|
| 15 | "url": "https://github.com/arcanis/jest-pnp-resolver.git"
|
|---|
| 16 | },
|
|---|
| 17 | "keywords": [
|
|---|
| 18 | "jest",
|
|---|
| 19 | "yarn",
|
|---|
| 20 | "plugnplay",
|
|---|
| 21 | "pnp"
|
|---|
| 22 | ],
|
|---|
| 23 | "peerDependencies": {
|
|---|
| 24 | "jest-resolve": "*"
|
|---|
| 25 | },
|
|---|
| 26 | "peerDependenciesMeta": {
|
|---|
| 27 | "jest-resolve": {
|
|---|
| 28 | "optional": true
|
|---|
| 29 | }
|
|---|
| 30 | }
|
|---|
| 31 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.