components/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2018-11-27 23:41:30 +01:00
{
"author": {
2019-11-22 22:07:17 +01:00
"email": "sean@lbry.com",
"name": "Sean Yesmunt"
2018-11-27 23:41:30 +01:00
},
"bugs": {
"url": "https://github.com/lbryio/components/issues"
},
"description": "Styling for shared components across LBRY properties",
"devDependencies": {
2019-06-27 18:31:49 +02:00
"@inc/sasslint-config": "^2019.6.22",
2019-07-22 18:50:54 +02:00
"husky": "^3.0.1",
2018-11-27 23:41:30 +01:00
"npm-run-all": "^4.1.5",
2019-07-22 18:50:54 +02:00
"sass": "^1.22.7",
"sass-lint": "^1.13.1",
2019-07-22 18:50:54 +02:00
"updates": "^8.5.1"
2018-11-27 23:41:30 +01:00
},
2018-11-30 22:23:19 +01:00
"files": [
"dist/style.css",
"sass/*"
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": {
2019-11-22 22:04:03 +01:00
"pre-commit": "npm run build && git add -A :/"
}
},
2019-01-08 23:57:04 +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": {
2019-11-22 22:04:03 +01:00
"dev": "sass --load-path=node_modules --watch sass:dist --style compressed",
"build": "sass --load-path=node_modules --update sass:dist --style compressed",
2018-11-27 23:41:30 +01:00
"test": "run-s test:*",
"test:dependencies": "updates --update ./",
2019-03-05 22:05:35 +01:00
"test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose",
"watch": "npm run sass:dev"
2018-11-27 23:41:30 +01:00
},
2020-06-18 21:01:07 +02:00
"version": "4.2.3"
2018-11-27 23:41:30 +01:00
}