Skip to content

Commit

Permalink
chore: configure package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
meenahoda committed Jan 18, 2019
1 parent 1b38cb3 commit 8ff32e3
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,46 @@
{
"name": "cardscript-table-of-contents",
"name": "@wmfs/cardscript-table-of-contents",
"description": "Extracts a table-of-contents from some Cardscript.",
"version": "0.0.6",
"author": "Tim Needham",
"version": "0.0.0-semantically-released",
"author": "West Midlands Fire Service",
"keywords": [
"tymly",
"cardscript"
],
"main": "./lib/index.js",
"devDependencies": {
"chai": "4.1.0",
"mocha": "5.0.5",
"standard": "11.0.0",
"cardscript-examples": "^0.0.6"
"chai": "4.2.0",
"codecov": "3.1.0",
"conventional-changelog-metahub": "2.0.2",
"cz-conventional-changelog": "2.1.0",
"mocha": "5.2.0",
"nyc": "13.1.0",
"semantic-release": "15.13.1",
"standard": "12.0.1",
"@semantic-release/changelog": "3.0.1",
"@semantic-release/git": "7.0.6",
"@wmfs/cardscript-examples": "^0.0.1"
},
"scripts": {
"lint": "standard",
"test": "standard && mocha"
"test": "nyc mocha && standard",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"semantic-release": "semantic-release"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wmfs/cardscript/tree/master/packages/cardscript-extract-defaults"
"url": "https://github.com/wmfs/cardscript-extract-defaults.git"
},
"bugs": {
"url": "https://github.com/wmfs/cardscript/issues"
}
"url": "https://github.com/wmfs/cardscript-extract-defaults/issues"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
}g
}

0 comments on commit 8ff32e3

Please sign in to comment.