51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "advancetextbox",
|
|
"version": "0.0.1",
|
|
"description": "Stencil Component Starter",
|
|
"main": "dist/index.cjs.js",
|
|
"module": "dist/index.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"collection": "dist/collection/collection-manifest.json",
|
|
"collection:main": "dist/collection/index.js",
|
|
"unpkg": "dist/advancetextbox/advancetextbox.esm.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/advancetextbox/advancetextbox.esm.js",
|
|
"require": "./dist/advancetextbox/advancetextbox.cjs.js"
|
|
},
|
|
"./my-component": {
|
|
"import": "./dist/components/my-component.js",
|
|
"types": "./dist/components/my-component.d.ts"
|
|
},
|
|
"./loader": {
|
|
"import": "./loader/index.js",
|
|
"require": "./loader/index.cjs",
|
|
"types": "./loader/index.d.ts"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ionic-team/stencil-component-starter.git"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"loader/"
|
|
],
|
|
"scripts": {
|
|
"build": "stencil build",
|
|
"start": "stencil build --dev --watch --serve",
|
|
"test": "stencil test --spec --e2e",
|
|
"test.watch": "stencil test --spec --e2e --watchAll",
|
|
"generate": "stencil generate"
|
|
},
|
|
"devDependencies": {
|
|
"@stencil/core": "^4.7.0",
|
|
"@types/jest": "^29.5.6",
|
|
"@types/node": "^16.18.11",
|
|
"jest": "^29.7.0",
|
|
"jest-cli": "^29.7.0",
|
|
"puppeteer": "^23.8.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|