1
0
Fork 0
js-yaml-schema/package.json

62 lines
1.6 KiB
JSON

{
"name": "@apextoaster/js-yaml-schema",
"version": "0.6.0-0",
"description": "Extended JS-YAML schema",
"keywords": [
"js-yaml",
"js-yaml schema",
"schema",
"yaml",
"yaml schema"
],
"type": "module",
"main": "out/src/index.js",
"types": "out/index.d.ts",
"author": "ssube",
"license": "MIT",
"devDependencies": {
"@apextoaster/js-utils": "0.5.0",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@istanbuljs/schema": "0.1.3",
"@microsoft/api-documenter": "7.19.27",
"@microsoft/api-extractor": "7.33.7",
"@types/chai": "4.3.4",
"@types/chai-as-promised": "7.1.5",
"@types/js-yaml": "4.0.5",
"@types/mocha": "10.0.1",
"@types/sinon-chai": "3.2.9",
"@types/source-map-support": "0.5.6",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"c8": "7.12.0",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"eslint": "8.31.0",
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-chai-expect": "3.0.0",
"eslint-plugin-chai-expect-keywords": "2.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-sonarjs": "0.17.0",
"esm": "3.2.25",
"js-yaml": "4.1.0",
"mocha": "10.2.0",
"noicejs": "4.0.0",
"sinon": "15.0.1",
"sinon-chai": "3.7.0",
"source-map-support": "0.5.21",
"standard-version": "9.5.0",
"typescript": "4.9.5"
},
"peerDependencies": {
"js-yaml": "^4"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}