cem-plugin-better-lit-types
Advanced tools
Comparing version 0.1.17 to 0.2.0
{ | ||
"name": "cem-plugin-better-lit-types", | ||
"version": "0.1.17", | ||
"version": "0.2.0", | ||
"description": "Updates CEM definitions with Typescript Schema", | ||
"main": "dist/plugin.js", | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./plugin": "./dist/plugin.js", | ||
"./plugin.d.ts": "./dist/plugin.d.ts", | ||
"./storybook": "./dist/storybook.js", | ||
"./storybook.d.ts": "./dist/storybook.d.ts" | ||
".": { | ||
"import": "./dist/index.js" | ||
}, | ||
"./storybook": { | ||
"import": "./dist/storybook.js" | ||
}, | ||
"./plugin": { | ||
"import": "./dist/plugin.js" | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"dist/index.d.ts" | ||
], | ||
"storybook": [ | ||
"dist/storybook.d.ts" | ||
], | ||
"plugin": [ | ||
"dist/plugin.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
"dist/**/*" | ||
], | ||
"scripts": { | ||
"analyze": "custom-elements-manifest analyze", | ||
"build": "tsc --declaration" | ||
"build": "tsc --declaration", | ||
"semantic-release": "semantic-release", | ||
"release": "release-it" | ||
}, | ||
@@ -41,6 +59,18 @@ "keywords": [ | ||
"devDependencies": { | ||
"@custom-elements-manifest/analyzer": "^0.6.8", | ||
"@types/node": "^18.11.18", | ||
"@custom-elements-manifest/analyzer": "^0.6.8", | ||
"lit-html": "^2.6.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Uscreen-video/cem-plugin-better-lit-types.git" | ||
}, | ||
"release-it": { | ||
"git": { | ||
"commitMessage": "chore: release ${version}" | ||
}, | ||
"github": { | ||
"release": true | ||
} | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
18611
0