serverless-spy
Version:
CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "json-format-highlight",
"version": "1.0.4",
"description": "Format json and highlight it as well.",
"repository": {
"url": "luyilin/json-format-highlight",
"type": "git"
},
"main": "dist/json-format-highlight.js",
"files": [
"dist"
],
"scripts": {
"prepublishOnly": "npm run test && npm run build && npm run build:example",
"lint": "eslint . --ext .js --ext .vue",
"test": "npm run lint && test-vue-app",
"build": "bili --debug",
"example": "poi",
"build:example": "poi build"
},
"author": "luyilin <luyilin12@gmail.com>",
"license": "MIT",
"poi": {
"entry": "example/index.js",
"dist": "example/dist",
"homepage": "./"
},
"bili": {
"format": [
"cjs",
"umd"
],
"name": "json-format-highlight"
},
"eslintConfig": {
"extends": [
"plugin:vue/recommended"
]
},
"devDependencies": {
"bili": "^2.2.0",
"eslint": "^4.17.0",
"eslint-plugin-vue": "^4.2.2",
"poi": "^9.3.10",
"test-vue-app": "^1.0.0",
"vue-test-utils": "^1.0.0-beta.2"
}
}