@progress/dss
Version:
Documented Style Sheets
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "@progress/dss",
"description": "Documented Style Sheets",
"version": "1.0.1",
"homepage": "https://github.com/telerik/dss",
"author": "Progress",
"license": "MIT",
"keywords": [
"css",
"dss",
"styles",
"docs",
"documentation"
],
"main": "dss.js",
"repository": {
"type": "git",
"url": "https://github.com/telerik/dss"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {},
"dependencies": {
"lodash.has": "^4.5.2"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/core": "^11.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"eslint": "^7.19.0",
"husky": "^4.3.8",
"mocha": "^8.2.1",
"semantic-release": "^17.3.9"
},
"scripts": {
"test": "mocha",
"lint": "eslint **/*.js"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run lint && npm run test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}