f-liber
Version:
87 lines (86 loc) • 1.78 kB
JSON
{
"name": "f-liber",
"version": "0.17.0",
"description": "f-liber",
"license": "MIT",
"main": "dist/f-liber.cjs.js",
"module": "dist/f-liber.es.js",
"unpkg": "dist/f-liber.min.js",
"jsdelivr": "dist/f-liber.min.js",
"homepage": "https://github.com/fjc0k/liber",
"author": {
"name": "fjc0k",
"email": "fjc0kb@gmail.com",
"url": "https://github.com/fjc0k"
},
"repository": {
"type": "git",
"url": "git@github.com:fjc0k/liber.git"
},
"bugs": {
"url": "https://github.com/fjc0k/liber/issues"
},
"keywords": [],
"files": [
"dist",
"lib"
],
"scripts": {
"test": "jest --coverage",
"build": "bdr",
"release": "standard-version -a",
"postrelease": "git push --follow-tags origin master && npm publish"
},
"standard-version": {
"scripts": {
"postbump": "yarn build && git add -A"
}
},
"eslintConfig": {
"root": true,
"extends": "@fir-ui/fir"
},
"eslintIgnore": [
"dist",
"lib"
],
"babel": {
"presets": [
[
"@bdr/bdr"
]
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"jest": {
"collectCoverageFrom": [
"<rootDir>/src/**/*.js"
]
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.49",
"@fir-ui/eslint-config-fir": "^0.50.4",
"@vue/test-utils": "^1.0.0-beta.16",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.0.1",
"bdr": "^1.4.0",
"codecov": "^3.0.0",
"eslint": "^4.19.1",
"husky": "^1.0.0-rc.8",
"jest": "^23.1.0",
"lint-staged": "^7.1.3",
"standard-version": "^4.4.0",
"vue": "^2.5.16",
"vue-template-compiler": "^2.5.16"
}
}