65 lines
1.8 KiB
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.22.6",
|
|
"@microsoft/api-extractor": "7.35.0",
|
|
"@types/chai": "4.3.5",
|
|
"@types/chai-as-promised": "7.1.5",
|
|
"@types/mocha": "10.0.1",
|
|
"@types/mock-fs": "4.13.1",
|
|
"@types/node": "18.15.4",
|
|
"@types/sinon-chai": "3.2.9",
|
|
"@types/source-map-support": "0.5.6",
|
|
"@typescript-eslint/eslint-plugin": "5.59.6",
|
|
"@typescript-eslint/eslint-plugin-tslint": "5.59.6",
|
|
"@typescript-eslint/parser": "5.59.6",
|
|
"c8": "7.13.0",
|
|
"chai": "4.3.7",
|
|
"chai-as-promised": "7.1.1",
|
|
"eslint": "8.41.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.27.5",
|
|
"eslint-plugin-mocha": "10.1.0",
|
|
"eslint-plugin-no-null": "1.0.2",
|
|
"eslint-plugin-sonarjs": "0.19.0",
|
|
"fast-check": "3.8.1",
|
|
"mocha": "10.2.0",
|
|
"mocha-foam": "0.1.10",
|
|
"mock-fs": "5.2.0",
|
|
"noicejs": "4.0.0",
|
|
"sinon": "15.0.4",
|
|
"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"
|
|
}
|
|
}
|