Files
ihrm/node_modules/@stencil/core/cli/package.json
Nikhil Ravi Cybrosys e1794e7422 [UPDT]translations in the views (#4)
[UPDT]Translations in the views
[FIX]major bug fixes
2023-05-18 15:05:28 +05:30

15 lines
284 B
JSON
Executable File

{
"name": "@stencil/core/cli",
"version": "2.22.3",
"description": "Stencil CLI.",
"main": "./index.cjs",
"module": "./index.js",
"types": "./index.d.ts",
"exports": {
"import": "./index.js",
"require": "./index.cjs"
},
"type": "module",
"private": true
}