75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"name": "@apextoaster/js-utils",
|
|
"version": "0.4.1",
|
|
"description": "utility functions",
|
|
"type": "module",
|
|
"main": "out/main.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.15.3",
|
|
"@microsoft/api-extractor": "7.19.4",
|
|
"@types/chai": "4.3.0",
|
|
"@types/chai-as-promised": "7.1.5",
|
|
"@types/mocha": "9.1.0",
|
|
"@types/mock-fs": "4.13.1",
|
|
"@types/node": "16.11.25",
|
|
"@types/sinon-chai": "3.2.8",
|
|
"@types/source-map-support": "0.5.4",
|
|
"@typescript-eslint/eslint-plugin": "5.12.0",
|
|
"@typescript-eslint/eslint-plugin-tslint": "5.12.0",
|
|
"@typescript-eslint/parser": "5.12.0",
|
|
"c8": "7.11.0",
|
|
"chai": "4.3.6",
|
|
"chai-as-promised": "7.1.1",
|
|
"eslint": "8.9.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.25.4",
|
|
"eslint-plugin-mocha": "10.0.3",
|
|
"eslint-plugin-no-null": "1.0.2",
|
|
"eslint-plugin-sonarjs": "0.11.0",
|
|
"fast-check": "2.22.0",
|
|
"mocha": "9.2.0",
|
|
"mocha-foam": "0.1.8",
|
|
"mock-fs": "5.1.2",
|
|
"noicejs": "4.0.0",
|
|
"rollup": "2.67.2",
|
|
"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-resolve": "5.2.0",
|
|
"rollup-plugin-replace": "2.2.0",
|
|
"rollup-plugin-typescript2": "0.31.2",
|
|
"rollup-plugin-yaml": "2.0.0",
|
|
"sinon": "13.0.1",
|
|
"sinon-chai": "3.7.0",
|
|
"source-map-support": "0.5.21",
|
|
"standard-version": "9.3.2",
|
|
"typescript": "4.5.5"
|
|
},
|
|
"nyc": {
|
|
"extends": "@istanbuljs/nyc-config-typescript"
|
|
}
|
|
}
|