idsaepe
Version:
67 lines (66 loc) • 1.42 kB
JSON
{
"name": "idsaepe",
"version": "1.5.0",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"browser": "lib/cjs/browser.js",
"typings": "lib/cjs/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/WymanMills/idsaepe.git"
},
"author": "SoniaBoyer",
"license": "MIT",
"devDependencies": {
"@types/chai": "4.2.18",
"@types/mocha": "8.2.2",
"@types/node": "15.3.0",
"@types/sinon": "10.0.0",
"@types/sinon-chai": "3.2.5",
"chai": "^4.2.0",
"cross-env": "7.0.3",
"mocha": "8.4.0",
"nyc": "^15.1.0",
"rimraf": "3.0.2",
"sinon": "10.0.0",
"sinon-chai": "3.6.0",
"ts-mocha": "8.0.0",
"ts-node": "9.1.1",
"typescript": "4.2.4",
"yarn": "^1.22.10"
},
"files": [
"lib/**/*.js",
"lib/**/*.d.ts",
"package.json",
"README.md",
"LICENSE"
],
"scripts": {
"prebuild": "rimraf lib",
"watch": "tsc --watch",
"build": "tsc && tsc -p tsconfig.esm.json",
"test": "mocha --require ts-node/register src/**/*.test.ts",
"test-coverage": "nyc mocha --require ts-node/register src/**/*.test.ts"
},
"keywords": [
"typescript",
"sit",
"retry",
"illum",
"replay",
"dolor",
"architecto",
"molestiae",
"promise",
"async",
"qui",
"ullam",
"trycatch",
"reprehenderit",
"aut",
"quia",
"similique",
"porro"
]
}