UNPKG

1.31 kBJSONView Raw
1{
2 "name": "lucass",
3 "version": "4.1.0",
4 "description": "",
5 "main": "fs.js",
6 "directories": {
7 "lib": "lib",
8 "test": "tests"
9 },
10 "scripts": {
11 "test": "tap tests/*.js --100 && standard",
12 "coverage": "tap tests/*.js --coverage-report=lcov && codecov",
13 "precommit": "npm test",
14 "prepush": "npm test",
15 "commitmsg": "validate-commit-msg",
16 "commit": "git-cz",
17 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
18 },
19 "keywords": [],
20 "author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
21 "license": "Apache-2.0",
22 "dependencies": {
23 "multihasher": "^1.0.0",
24 "tap": "^10.7.0"
25 },
26 "devDependencies": {
27 "codecov": "^2.2.0",
28 "commitizen": "^2.9.6",
29 "coveralls": "^2.13.1",
30 "cracks": "^3.1.2",
31 "cz-conventional-changelog": "^2.0.0",
32 "husky": "^0.14.3",
33 "rimraf": "^2.6.1",
34 "semantic-release": "^6.3.6",
35 "standard": "^10.0.2",
36 "validate-commit-msg": "^2.13.1"
37 },
38 "config": {
39 "commitizen": {
40 "path": "./node_modules/cz-conventional-changelog"
41 }
42 },
43 "repository": {
44 "type": "git",
45 "url": "https://github.com/mikeal/lucass.git"
46 },
47 "nyc": {
48 "exclude": [
49 "lib/test-basics.js",
50 "tests",
51 "tests/*",
52 "**/node_modules/**"
53 ]
54 }
55}
\No newline at end of file