muthuk1's picture
Convert OpenMAIC from Next.js to React (Vite)
f56a29b verified
raw
history blame
652 Bytes
{
"name": "@istanbuljs/schema",
"version": "0.1.6",
"description": "Schemas describing various structures used by nyc and istanbuljs",
"main": "index.js",
"scripts": {
"test": "nyc node --test test/test.js",
"test:update-snapshots": "nyc node --test --test-update-snapshots test/test.js"
},
"engines": {
"node": ">=8"
},
"author": "Corey Farrell",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/schema.git"
},
"bugs": {
"url": "https://github.com/istanbuljs/schema/issues"
},
"homepage": "https://github.com/istanbuljs/schema#readme",
"devDependencies": {
"nyc": "^18.0.0"
}
}