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

73 lines
2.1 KiB
JSON
Raw Normal View History

2019-11-13 14:01:51 +00:00
{
"name": "@apextoaster/js-yaml-schema",
2021-07-28 13:11:48 +00:00
"version": "0.5.0",
"description": "Extended JS-YAML schema",
"keywords": [
"js-yaml",
"js-yaml schema",
"schema",
"yaml",
"yaml schema"
],
"type": "module",
"main": "out/main.js",
"types": "out/index.d.ts",
"author": "ssube",
"license": "MIT",
2019-11-13 14:01:51 +00:00
"devDependencies": {
"@apextoaster/js-utils": "0.4.0",
2022-01-26 14:06:53 +00:00
"@istanbuljs/nyc-config-typescript": "1.0.2",
2021-12-14 21:44:51 +00:00
"@microsoft/api-documenter": "7.13.77",
"@microsoft/api-extractor": "7.19.2",
2022-01-26 14:06:53 +00:00
"@types/chai": "4.3.0",
"@types/chai-as-promised": "7.1.4",
"@types/js-yaml": "4.0.3",
2022-01-26 14:06:53 +00:00
"@types/mocha": "9.1.0",
"@types/sinon-chai": "3.2.8",
"@types/source-map-support": "0.5.4",
2021-09-20 18:08:49 +00:00
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/eslint-plugin-tslint": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
2021-09-10 04:28:52 +00:00
"c8": "7.9.0",
2022-01-26 14:06:53 +00:00
"chai": "4.3.6",
2019-11-13 14:44:32 +00:00
"chai-as-promised": "7.1.1",
"eslint": "7.32.0",
2019-11-13 14:44:32 +00:00
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-chai-expect": "2.2.0",
"eslint-plugin-chai-expect-keywords": "2.1.0",
2021-09-20 18:08:49 +00:00
"eslint-plugin-import": "2.24.2",
"eslint-plugin-mocha": "9.0.0",
2019-11-13 14:44:32 +00:00
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-sonarjs": "0.10.0",
"esm": "3.2.25",
"js-yaml": "4.1.0",
2022-01-26 14:06:53 +00:00
"mocha": "9.2.0",
"noicejs": "4.0.0",
"rollup": "2.56.3",
2019-11-13 14:44:32 +00:00
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-eslint": "7.0.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-multi-entry": "2.1.0",
"rollup-plugin-node-externals": "2.2.0",
"rollup-plugin-node-polyfills": "0.2.1",
2019-11-13 14:44:32 +00:00
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
2021-03-27 23:28:11 +00:00
"rollup-plugin-typescript2": "0.30.0",
2019-11-13 14:44:32 +00:00
"rollup-plugin-yaml": "2.0.0",
2021-07-27 11:55:34 +00:00
"sinon": "11.1.2",
"sinon-chai": "3.7.0",
"source-map-support": "0.5.21",
"standard-version": "9.3.2",
"typescript": "4.3.5"
2019-11-13 14:01:51 +00:00
},
"peerDependencies": {
"js-yaml": "^4"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
2019-11-13 14:01:51 +00:00
}
}