UNPKG

1.75 kBJSONView Raw
1{
2 "name": "@stencil/angular-output-target",
3 "version": "0.5.0",
4 "description": "Angular output target for @stencil/core components.",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "files": [
9 "dist/",
10 "resources/",
11 "angular-component-lib/"
12 ],
13 "publishConfig": {
14 "access": "public"
15 },
16 "scripts": {
17 "prepublishOnly": "npm run build",
18 "prebuild": "rimraf ./dist && npm run test",
19 "build": "tsc && npm run rollup",
20 "watch": "tsc --watch",
21 "rollup": "rollup -c",
22 "version": "npm run build",
23 "prettier": "npm run prettier.base -- --write",
24 "prettier.base": "prettier \"./({angular-component-lib,src,test,__tests__}/**/*.{ts,tsx,js,jsx})|*.{ts,tsx,js,jsx}\"",
25 "prettier.dry-run": "npm run prettier.base -- --list-different",
26 "release": "np",
27 "test": "jest --passWithNoTests",
28 "test.watch": "jest --watch"
29 },
30 "repository": {
31 "type": "git",
32 "url": "git+https://github.com/ionic-team/stencil-ds-output-targets.git"
33 },
34 "author": "Ionic Team",
35 "homepage": "https://stenciljs.com/",
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/ionic-team/stencil-ds-output-targets/issues"
39 },
40 "devDependencies": {
41 "@angular/core": "8.2.14",
42 "@angular/forms": "8.2.14"
43 },
44 "peerDependencies": {
45 "@stencil/core": "^2.9.0 || ^3.0.0-beta.0"
46 },
47 "jest": {
48 "transform": {
49 "^.+\\.(js|ts|tsx)$": "<rootDir>/test/jest.preprocessor.js"
50 },
51 "testRegex": "(\\.(test|spec))\\.(ts?|tsx?|jsx?)$",
52 "moduleFileExtensions": [
53 "ts",
54 "tsx",
55 "js",
56 "json",
57 "jsx"
58 ],
59 "testURL": "http://localhost"
60 },
61 "gitHead": "a3588e905186a0e86e7f88418fd5b2f9531b55e0"
62}