@othree.io/excuses
Version:
Excuses
35 lines (34 loc) • 810 B
JSON
{
"name": "@othree.io/excuses",
"version": "1.1.0",
"description": "Excuses",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"build": "tsc",
"semantic-release": "semantic-release"
},
"keywords": [
"excuses"
],
"author": "othree",
"license": "ISC",
"dependencies": {
"@othree.io/cerillo": "^1.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"docdash": "^2.0.2",
"esbuild": "^0.14.49",
"jest": "^27.4.7",
"jsdoc": "^4.0.2",
"semantic-release": "^19.0.5",
"semantic-release-monorepo": "^7.0.5",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5"
},
"publishConfig": {
"access": "public"
}
}