@primitivesocial/ps-kernel
Version:
Middleware system with Vue Router and Vuex
61 lines (60 loc) • 1.66 kB
JSON
{
"name": "@primitivesocial/ps-kernel",
"version": "1.0.4",
"description": "Middleware system with Vue Router and Vuex",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrimitiveSocial/ps-kernel.git"
},
"keywords": [
"Vue",
"Vuex",
"Vue-router",
"middleware",
"kernel"
],
"author": "Elie Andraos <elie@primitivesocial.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrimitiveSocial/ps-kernel/issues"
},
"homepage": "https://github.com/PrimitiveSocial/ps-kernel#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-env": "^7.3.1",
"@vue/test-utils": "^1.0.0-beta.30",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"vue": "^2.6.11",
"vue-jest": "^4.0.0-beta.2",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.1.2"
},
"jest": {
"testMatch": [
"**/tests/**/*.[jt]s?(x)",
"**/?(*.)+(spec|test).[jt]s?(x)"
],
"moduleFileExtensions": [
"js",
"json",
"vue"
],
"transform": {
"^.+\\.js$": "babel-jest",
"^.+\\.vue$": "vue-jest"
},
"collectCoverage": true,
"collectCoverageFrom": [
"**/src/*.{js,vue}"
]
}
}