|
1 | 1 | {
|
2 |
| - "private": false, |
3 | 2 | "name": "@lottiefiles/vue-lottie-player",
|
4 | 3 | "version": "1.0.5",
|
5 | 4 | "description": "Lottie player wrapper for Vue.js by LottieFiles",
|
6 | 5 | "scripts": {
|
7 |
| - "release": "semantic-release", |
8 | 6 | "build": "vue-cli-service build --target lib --name @lottiefiles/vue-lottie-player ./src/index.js && rm ./dist/demo.html",
|
9 | 7 | "build-with-coverage": "CODE_COVERAGE=true vue-cli-service build --target lib --name @lottiefiles/vue-lottie-player ./src/index.js && rm ./dist/demo.html",
|
10 |
| - "start-cypress": "yarn run cypress run && npx nyc report --reporter=text-summary", |
| 8 | + "release": "semantic-release", |
| 9 | + "run-tests": "yarn run build-with-coverage && yarn run serve-app && BACK_PID=$! && wait $BACK_PID && yarn run start-cypress; kill $(lsof -t -i:8080)", |
11 | 10 | "serve-app": "cd example && yarn run serve &",
|
12 |
| - "run-tests": "yarn run build-with-coverage && yarn run serve-app && BACK_PID=$! && wait $BACK_PID && yarn run start-cypress", |
13 |
| - "postrun-tests": "kill $(lsof -t -i:8080)" |
| 11 | + "start-cypress": "yarn run cypress run" |
14 | 12 | },
|
15 | 13 | "main": "dist/@lottiefiles/vue-lottie-player.common.js",
|
16 | 14 | "files": [
|
17 | 15 | "dist"
|
18 | 16 | ],
|
19 |
| - "contributors": [ |
20 |
| - { |
21 |
| - "name": "Mazin", |
22 |
| - |
23 |
| - }, |
24 |
| - { |
25 |
| - "name": "Hunain", |
26 |
| - |
27 |
| - }, |
28 |
| - { |
29 |
| - "name": "Karam", |
30 |
| - |
31 |
| - } |
32 |
| - ], |
33 |
| - "license": "MIT", |
34 | 17 | "dependencies": {
|
35 | 18 | "@lottiefiles/lottie-player": "^1.0.4",
|
36 | 19 | "vue": "^2.6.12"
|
|
47 | 30 | "@semantic-release/github": "^7.2.1",
|
48 | 31 | "@semantic-release/npm": "^7.1.1",
|
49 | 32 | "@semantic-release/release-notes-generator": "^9.0.2",
|
| 33 | + "@vue/babel-preset-app": "^5.0.1", |
50 | 34 | "@vue/cli-service": "^4.5.13",
|
51 | 35 | "@vue/compiler-sfc": "^3.0.11",
|
52 | 36 | "babel-plugin-istanbul": "^6.1.1",
|
| 37 | + "cypress": "9.5.1", |
53 | 38 | "husky": ">=4",
|
54 | 39 | "lint-staged": ">=10",
|
55 | 40 | "rollup": "^2.50.1",
|
|
58 | 43 | "vue-clickaway": "^2.2.2",
|
59 | 44 | "vue-template-compiler": "^2.6.12"
|
60 | 45 | },
|
| 46 | + "contributors": [ |
| 47 | + { |
| 48 | + "name": "Mazin", |
| 49 | + |
| 50 | + }, |
| 51 | + { |
| 52 | + "name": "Hunain", |
| 53 | + |
| 54 | + }, |
| 55 | + { |
| 56 | + "name": "Karam", |
| 57 | + |
| 58 | + } |
| 59 | + ], |
61 | 60 | "husky": {
|
62 | 61 | "hooks": {
|
63 | 62 | "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
|
|
68 | 67 | "vue",
|
69 | 68 | "lottie",
|
70 | 69 | "lottiefiles"
|
71 |
| - ] |
| 70 | + ], |
| 71 | + "license": "MIT" |
72 | 72 | }
|
0 commit comments