|
1 | 1 | {
|
2 |
| - "name": "vue-google-adsense", |
3 |
| - "description": "Vue.js Google Adsense Component with InFeed and InArticle Ads support", |
| 2 | + "name": "@vue-google-adsense/monorepo", |
4 | 3 | "version": "2.0.0",
|
5 |
| - "author": "Irfan Maulana <[email protected]>", |
6 |
| - "license": "MIT", |
7 | 4 | "private": false,
|
8 |
| - "scripts": { |
9 |
| - "test": "echo \"Error: no test specified\" && exit 0", |
10 |
| - "dev:demo": "pnpm run dev --filter demo", |
11 |
| - "build:lib": "pnpm run build --filter vue-google-adsense", |
12 |
| - "build:demo": "pnpm run build --filter demo", |
13 |
| - "lint": "eslint packages/** --fix" |
14 |
| - }, |
15 |
| - "main": "dist/VueGoogleAdsense.min.js", |
16 |
| - "module": "dist/VueGoogleAdsense.min.js", |
17 |
| - "unpkg": "dist/VueGoogleAdsense.min.js", |
18 |
| - "jsdelivr": "dist/VueGoogleAdsense.min.js", |
19 |
| - "files": [ |
20 |
| - "dist" |
21 |
| - ], |
22 |
| - "repository": { |
23 |
| - "type": "git", |
24 |
| - "url": "https://github.com/mazipan/vue-google-adsense.git" |
25 |
| - }, |
26 |
| - "bugs": { |
27 |
| - "url": "https://github.com/mazipan/vue-google-adsense/issues" |
28 |
| - }, |
| 5 | + "description": "Vue.js Google Adsense Component with InFeed and InArticle Ads support", |
29 | 6 | "keywords": [
|
30 | 7 | "vuejs adsense",
|
31 | 8 | "vue2 adsense",
|
|
34 | 11 | "vue2 google adsense",
|
35 | 12 | "vue google adsense"
|
36 | 13 | ],
|
37 |
| - "peerDependencies": { |
38 |
| - "@vue/cli-service": "~4.5.15", |
39 |
| - "vue": "^3.0.0", |
40 |
| - "vue-scriptx": "^0.2.5" |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/mazipan/vue-google-adsense/issues" |
| 16 | + }, |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "https://github.com/mazipan/vue-google-adsense.git" |
| 20 | + }, |
| 21 | + "license": "MIT", |
| 22 | + "author": "Irfan Maulana <[email protected]>", |
| 23 | + "main": "dist/VueGoogleAdsense.min.js", |
| 24 | + "jsdelivr": "dist/VueGoogleAdsense.min.js", |
| 25 | + "unpkg": "dist/VueGoogleAdsense.min.js", |
| 26 | + "module": "dist/VueGoogleAdsense.min.js", |
| 27 | + "files": [ |
| 28 | + "dist" |
| 29 | + ], |
| 30 | + "scripts": { |
| 31 | + "bootstrap": "pnpm recursive install --reporter append-only && pnpm run build:all", |
| 32 | + "bs": "pnpm run bootstrap", |
| 33 | + "build:all": "turbo run build --scope=vue-google-adsense", |
| 34 | + "build:demo": "turbo run build --scope=@vue-google-adsense/demo", |
| 35 | + "build:lib": "turbo run build --scope=vue-google-adsense", |
| 36 | + "dev:demo": "turbo run dev --scope=@vue-google-adsense/demo", |
| 37 | + "lint:all": "eslint packages/** --fix", |
| 38 | + "test": "echo \"Error: no test specified\" && exit 0" |
| 39 | + }, |
| 40 | + "husky": { |
| 41 | + "hooks": { |
| 42 | + "pre-commit": "lint-staged" |
| 43 | + } |
| 44 | + }, |
| 45 | + "lint-staged": { |
| 46 | + "*.{js,ts,vue}": "pnpm run lint" |
41 | 47 | },
|
42 | 48 | "devDependencies": {
|
43 | 49 | "@babel/core": "^7.17.2",
|
|
62 | 68 | "lint-staged": "9.5.0",
|
63 | 69 | "prettier": "^2.5.1",
|
64 | 70 | "tslib": "2.2.0",
|
| 71 | + "turbo": "^1.1.4", |
65 | 72 | "typescript": "4.2.4"
|
66 | 73 | },
|
67 |
| - "lint-staged": { |
68 |
| - "*.{js,ts,vue}": "pnpm run lint" |
| 74 | + "peerDependencies": { |
| 75 | + "@vue/cli-service": "~4.5.15", |
| 76 | + "vue": "^3.0.0", |
| 77 | + "vue-scriptx": "^0.2.5" |
69 | 78 | },
|
70 |
| - "husky": { |
71 |
| - "hooks": { |
72 |
| - "pre-commit": "lint-staged" |
73 |
| - } |
74 |
| - } |
| 79 | + "engines": { |
| 80 | + "node": ">=14.17 <15", |
| 81 | + "pnpm": ">=6 <7", |
| 82 | + "yarn": ">=1.22.11" |
| 83 | + }, |
| 84 | + "packageManager": "[email protected]" |
75 | 85 | }
|
0 commit comments