You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
409 B
25 lines
409 B
{
|
|
"name": "@segment/loosely-validate-event",
|
|
"version": "2.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "ava",
|
|
"coverage": "nyc ava"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.18.0",
|
|
"nyc": "^10.1.2",
|
|
"standard": "^8.6.0"
|
|
},
|
|
"dependencies": {
|
|
"component-type": "^1.2.1",
|
|
"join-component": "^1.1.0"
|
|
},
|
|
"nyc": {
|
|
"reporter": [
|
|
"lcov",
|
|
"html"
|
|
]
|
|
}
|
|
}
|