scriptwriter
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "scriptwriter", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "✍️ An authoring tool for playwrights.", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"lint:docs": "documentation lint ./lib/**", | ||
"lint:js": "prettier-eslint --write --single-quote --use-tabs \"**/*.js\"", | ||
"lint:code": "prettier-eslint --write --single-quote --use-tabs \"**/*.{js,json,md}\"", | ||
"lint": "run-p lint:*", | ||
@@ -32,2 +32,16 @@ "start": "$npm_package_bin_scriptwriter", | ||
}, | ||
"directories": { | ||
"bin": "./bin", | ||
"lib": "./lib" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged", | ||
"commit-msg": "commitlint -e $GIT_PARAMS" | ||
} | ||
}, | ||
"lint-staged": { | ||
"**/*.{js}": "npm run lint:docs", | ||
"**/*.{js,json,md}": "npm run lint:code" | ||
}, | ||
"repository": { | ||
@@ -61,4 +75,8 @@ "type": "git", | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-angular": "^8.3.4", | ||
"ava": "^3.5.1", | ||
"cross-env": "^7.0.2", | ||
"husky": "^4.2.3", | ||
"lint-staged": "^10.1.1", | ||
"npm-run-all": "^4.1.5", | ||
@@ -65,0 +83,0 @@ "nyc": "^15.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27849
24
708
10