@stencil/angular-output-target
Version:
Angular output target for @stencil/core components.
65 lines (64 loc) • 1.89 kB
JSON
{
"name": "@stencil/angular-output-target",
"version": "0.10.2",
"description": "Angular output target for @stencil/core components.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs.js"
}
},
"types": "dist/index.d.ts",
"files": [
"dist/",
"resources/",
"angular-component-lib/"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"prepublishOnly": "pnpm run build",
"prebuild": "rimraf ./dist",
"build": "tsc && pnpm run rollup",
"dev": "run-p dev:*",
"dev:build": "tsc --watch --preserveWatchOutput",
"dev:rollup": "rollup -c --watch --preserveWatchOutput",
"watch": "tsc --watch",
"rollup": "rollup -c",
"version": "pnpm run build",
"prettier": "pnpm run prettier.base --write",
"prettier.base": "prettier \"./({angular-component-lib,src,test,__tests__}/**/*.{ts,tsx,js,jsx})|*.{ts,tsx,js,jsx}\"",
"prettier.dry-run": "pnpm run prettier.base --list-different",
"release": "np",
"test": "vitest --run",
"test.watch": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/stencil-ds-output-targets.git"
},
"author": "Ionic Team",
"homepage": "https://stenciljs.com/",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/stencil-ds-output-targets/issues"
},
"devDependencies": {
"@angular/core": "8.2.14",
"@angular/forms": "8.2.14",
"@types/node": "^18.0.0",
"npm-run-all2": "^6.2.4",
"rimraf": "^5.0.0",
"rollup": "^2.23.1",
"typescript": "~5.7.0",
"vitest": "^2.1.4"
},
"peerDependencies": {
"@stencil/core": ">=2.0.0 || >=3 || >= 4.0.0-beta.0 || >= 4.0.0"
},
"gitHead": "a3588e905186a0e86e7f88418fd5b2f9531b55e0"
}