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

74 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.1",
2022-01-26 14:06:53 +00:00
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@istanbuljs/schema": "0.1.3",
2022-04-22 17:14:33 +00:00
"@microsoft/api-documenter": "7.17.9",
"@microsoft/api-extractor": "7.22.2",
2022-04-21 20:16:08 +00:00
"@types/chai": "4.3.1",
"@types/chai-as-promised": "7.1.5",
"@types/js-yaml": "4.0.5",
2022-04-21 20:16:08 +00:00
"@types/mocha": "9.1.1",
2022-01-26 14:06:53 +00:00
"@types/sinon-chai": "3.2.8",
"@types/source-map-support": "0.5.4",
2022-03-23 14:19:06 +00:00
"@typescript-eslint/eslint-plugin": "5.16.0",
"@typescript-eslint/eslint-plugin-tslint": "5.16.0",
"@typescript-eslint/parser": "5.16.0",
"c8": "7.11.2",
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",
2022-03-23 14:19:06 +00:00
"eslint": "8.11.0",
2019-11-13 14:44:32 +00:00
"eslint-plugin-chai": "0.0.1",
2022-01-30 06:34:56 +00:00
"eslint-plugin-chai-expect": "3.0.0",
"eslint-plugin-chai-expect-keywords": "2.1.0",
2022-01-29 14:16:58 +00:00
"eslint-plugin-import": "2.25.4",
2022-01-30 06:34:56 +00:00
"eslint-plugin-mocha": "10.0.3",
2019-11-13 14:44:32 +00:00
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-sonarjs": "0.12.0",
"esm": "3.2.25",
"js-yaml": "4.1.0",
"mocha": "9.2.2",
"noicejs": "4.0.0",
"rollup": "2.68.0",
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": "4.0.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",
2022-02-02 01:40:30 +00:00
"rollup-plugin-typescript2": "0.31.2",
2019-11-13 14:44:32 +00:00
"rollup-plugin-yaml": "2.0.0",
2022-04-21 20:16:08 +00:00
"sinon": "13.0.2",
"sinon-chai": "3.7.0",
"source-map-support": "0.5.21",
"standard-version": "9.3.2",
"typescript": "4.6.3"
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
}
}