1
0
Fork 0
js-utils/package.json

65 lines
1.8 KiB
JSON

{
"name": "@apextoaster/js-utils",
"version": "0.5.0",
"description": "utility functions",
"type": "module",
"main": "out/src/index.js",
"types": "out/index.d.ts",
"typings": "out/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssube/js-utils.git"
},
"author": "ssube",
"license": "MIT",
"devDependencies": {
"@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/mocha": "10.0.1",
"@types/mock-fs": "4.13.1",
"@types/node": "18.13.0",
"@types/sinon-chai": "3.2.9",
"@types/source-map-support": "0.5.6",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/eslint-plugin-tslint": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"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",
"fast-check": "3.6.3",
"mocha": "10.2.0",
"mocha-foam": "0.1.10",
"mock-fs": "5.2.0",
"noicejs": "4.0.0",
"sinon": "14.0.2",
"sinon-chai": "3.7.0",
"source-map-support": "0.5.21",
"standard-version": "9.5.0",
"typescript": "4.9.5"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript"
}
}