chore: Rearranged package.json keys to show more valuable information first
This commit is contained in:
parent
037751a3a1
commit
9152b9a322
30
package.json
30
package.json
@ -3,6 +3,21 @@
|
|||||||
"version": "0.5.1",
|
"version": "0.5.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "RetailDriverLLC <integration@retailcrm.ru>",
|
"author": "RetailDriverLLC <integration@retailcrm.ru>",
|
||||||
|
"main": "dist/formulario.umd.js",
|
||||||
|
"module": "dist/formulario.esm.js",
|
||||||
|
"browser": {
|
||||||
|
"./sfc": "src/index.ts"
|
||||||
|
},
|
||||||
|
"unpkg": "dist/formulario.min.js",
|
||||||
|
"dependencies": {
|
||||||
|
"is-plain-object": "^3.0.0",
|
||||||
|
"is-url": "^1.2.4",
|
||||||
|
"vue-class-component": "^7.2.3",
|
||||||
|
"vue-property-decorator": "^8.4.2"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/retailcrm/vue-formulario/issues"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:esm & npm run build:umd & npm run build:iife & wait && echo \"Build complete:\nesm: $(gzip -c dist/formulario.esm.js | wc -c)b gzip\numd: $(gzip -c dist/formulario.umd.js | wc -c)b gzip\nmin: $(gzip -c dist/formulario.min.js | wc -c)b gzip\"",
|
"build": "npm run build:esm & npm run build:umd & npm run build:iife & wait && echo \"Build complete:\nesm: $(gzip -c dist/formulario.esm.js | wc -c)b gzip\numd: $(gzip -c dist/formulario.umd.js | wc -c)b gzip\nmin: $(gzip -c dist/formulario.min.js | wc -c)b gzip\"",
|
||||||
"build:esm": "rollup --config build/rollup.config.js --format es --file dist/formulario.esm.js",
|
"build:esm": "rollup --config build/rollup.config.js --format es --file dist/formulario.esm.js",
|
||||||
@ -16,18 +31,6 @@
|
|||||||
"test:coverage": "NODE_ENV=test jest --config test/jest.conf.js --coverage",
|
"test:coverage": "NODE_ENV=test jest --config test/jest.conf.js --coverage",
|
||||||
"test:watch": "NODE_ENV=test jest --config test/jest.conf.js --watch"
|
"test:watch": "NODE_ENV=test jest --config test/jest.conf.js --watch"
|
||||||
},
|
},
|
||||||
"main": "dist/formulario.umd.js",
|
|
||||||
"module": "dist/formulario.esm.js",
|
|
||||||
"browser": {
|
|
||||||
"./sfc": "src/index.ts"
|
|
||||||
},
|
|
||||||
"unpkg": "dist/formulario.min.js",
|
|
||||||
"dependencies": {
|
|
||||||
"is-plain-object": "^3.0.0",
|
|
||||||
"is-url": "^1.2.4",
|
|
||||||
"vue-class-component": "^7.2.3",
|
|
||||||
"vue-property-decorator": "^8.4.2"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.6",
|
"@babel/core": "^7.9.6",
|
||||||
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
|
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
|
||||||
@ -87,9 +90,6 @@
|
|||||||
"vue-template-es2015-compiler": "^1.9.1",
|
"vue-template-es2015-compiler": "^1.9.1",
|
||||||
"watch": "^1.0.2"
|
"watch": "^1.0.2"
|
||||||
},
|
},
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/retailcrm/vue-formulario/issues"
|
|
||||||
},
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Justin Schroeder <justin@wearebraid.com>"
|
"Justin Schroeder <justin@wearebraid.com>"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user