mirror of https://github.com/pulumi/pulumi.git
17 lines
272 B
JSON
17 lines
272 B
JSON
![]() |
{
|
||
|
"name": "mockpackage",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"exports": {
|
||
|
".": {
|
||
|
"require": "./lib/index.js",
|
||
|
"import": "./lib/index.js"
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"main": "./lib/index.js",
|
||
|
"types": "./lib/index.d.ts"
|
||
|
}
|