|
2 | 2 | "name": "jquery.marker-animation", |
3 | 3 | "version": "1.4.14", |
4 | 4 | "description": "Marker animation jQuery plugin", |
5 | | - "main": "build/index.js", |
6 | | - "files": [ |
7 | | - "build" |
8 | | - ], |
9 | | - "scripts": { |
10 | | - "start": "yarn build", |
11 | | - "test": "yarn lint && yarn cover", |
12 | | - "test:update": "yarn lint && yarn cover:update", |
13 | | - "lint": "eslint 'src/**/*.js' '__tests__/**/*.js'", |
14 | | - "lint:fix": "eslint --fix 'src/**/*.js' '__tests__/**/*.js'", |
15 | | - "cover": "jest --coverage", |
16 | | - "cover:update": "jest --coverage --updateSnapshot", |
17 | | - "develop": "webpack --mode development --config webpack.config.js", |
18 | | - "build": "webpack --mode production --config webpack.config.js", |
19 | | - "update": "ncu -u && yarn install && yarn upgrade && yarn audit" |
20 | | - }, |
21 | | - "repository": { |
22 | | - "type": "git", |
23 | | - "url": "https://github.com/technote-space/jquery.marker-animation.git" |
| 5 | + "author": { |
| 6 | + "name": "Technote", |
| 7 | + "email": "technote.space@gmail.com", |
| 8 | + "url": "https://technote.space" |
24 | 9 | }, |
| 10 | + "license": "MIT", |
25 | 11 | "keywords": [ |
26 | 12 | "jquery-plugin", |
27 | 13 | "marker animation", |
28 | 14 | "highlighter" |
29 | 15 | ], |
30 | | - "author": "Technote <technote.space@gmail.com> (https://technote.space)", |
| 16 | + "homepage": "https://github.com/technote-space/jquery.marker-animation#readme", |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "https://github.com/technote-space/jquery.marker-animation.git" |
| 20 | + }, |
31 | 21 | "bugs": { |
32 | 22 | "url": "https://github.com/technote-space/jquery.marker-animation/issues" |
33 | 23 | }, |
34 | | - "homepage": "https://github.com/technote-space/jquery.marker-animation#readme", |
35 | | - "license": "MIT", |
36 | | - "dependencies": { |
| 24 | + "main": "build/index.js", |
| 25 | + "files": [ |
| 26 | + "build" |
| 27 | + ], |
| 28 | + "devDependencies": { |
37 | 29 | "@babel/core": "^7.8.4", |
38 | 30 | "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
39 | 31 | "@babel/plugin-transform-react-jsx": "^7.8.3", |
40 | 32 | "@babel/plugin-transform-runtime": "^7.8.3", |
41 | 33 | "@babel/preset-env": "^7.8.4", |
42 | 34 | "@babel/register": "^7.8.3", |
| 35 | + "babel-jest": "^25.1.0", |
43 | 36 | "babel-loader": "^8.0.6", |
44 | 37 | "duplicate-package-checker-webpack-plugin": "^3.0.0", |
| 38 | + "enzyme": "^3.11.0", |
| 39 | + "enzyme-to-json": "^3.4.4", |
| 40 | + "eslint": "^6.8.0", |
| 41 | + "jest": "^25.1.0", |
45 | 42 | "jquery-inview": "^1.1.2", |
46 | 43 | "speed-measure-webpack-plugin": "^1.3.1", |
47 | | - "webpack": "^4.41.5", |
| 44 | + "webpack": "^4.41.6", |
48 | 45 | "webpack-cli": "^3.3.10" |
49 | 46 | }, |
50 | | - "devDependencies": { |
51 | | - "babel-jest": "^25.1.0", |
52 | | - "enzyme": "^3.11.0", |
53 | | - "enzyme-to-json": "^3.4.4", |
54 | | - "eslint": "^6.8.0", |
55 | | - "jest": "^25.1.0" |
| 47 | + "publishConfig": { |
| 48 | + "access": "public" |
| 49 | + }, |
| 50 | + "scripts": { |
| 51 | + "build": "webpack --mode production --config webpack.config.js", |
| 52 | + "start": "yarn build", |
| 53 | + "test": "yarn lint && yarn cover", |
| 54 | + "test:update": "yarn lint && yarn cover:update", |
| 55 | + "lint": "eslint 'src/**/*.js' '__tests__/**/*.js' --cache", |
| 56 | + "lint:fix": "eslint --fix 'src/**/*.js' '__tests__/**/*.js'", |
| 57 | + "cover": "jest --coverage", |
| 58 | + "cover:update": "jest --coverage --updateSnapshot", |
| 59 | + "develop": "webpack --mode development --config webpack.config.js", |
| 60 | + "update": "ncu -u && yarn install && yarn upgrade && yarn audit" |
56 | 61 | } |
57 | 62 | } |
0 commit comments