components/package.json

47 lines
1.3 KiB
JSON
Raw Normal View History

2018-11-27 23:41:30 +01:00
{
"author": {
"email": "paul+github@lbry.io",
"name": "Paul Anthony Webb"
},
"bugs": {
"url": "https://github.com/lbryio/components/issues"
},
"description": "Styling for shared components across LBRY properties",
"devDependencies": {
"@inc/sasslint-config": "^1.1.2",
2018-11-27 23:41:30 +01:00
"@lbry/color": "^1.0.5",
"husky": "^1.2.0",
2018-11-27 23:41:30 +01:00
"npm-run-all": "^4.1.5",
"sass": "^1.15.1",
"sass-lint": "^1.12.1",
"updates": "^5.4.3"
2018-11-27 23:41:30 +01:00
},
2018-11-30 22:23:19 +01:00
"files": [
"dist/style.css",
2018-12-03 23:56:03 +01:00
"sass/*",
"type/*"
2018-11-30 22:23:19 +01:00
],
2018-11-27 23:41:30 +01:00
"homepage": "https://github.com/lbryio/components#readme",
"husky": {
"hooks": {
"pre-commit": "npm run test:sass && npm run sass:prod && git add -A :/"
}
},
2018-11-27 23:41:30 +01:00
"license": "BSD-3-Clause",
"main": "sass/",
2018-11-27 23:41:30 +01:00
"name": "@lbry/components",
"repository": {
"type": "git",
"url": "https://github.com/lbryio/components.git"
},
"scripts": {
"sass:dev": "sass --load-path=node_modules --watch sass:dist --style compressed",
"sass:prod": "sass --load-path=node_modules --update sass:dist --style compressed",
"test": "run-s test:*",
"test:dependencies": "updates --update ./",
"test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit",
"watch": "npm run sass:dev"
2018-11-27 23:41:30 +01:00
},
2018-12-03 23:48:04 +01:00
"version": "1.4.0"
2018-11-27 23:41:30 +01:00
}