UNPKG

807 BJSONView Raw
1{
2 "name": "theme-colors",
3 "version": "0.0.5",
4 "description": "easily generate color shades for themes",
5 "keywords": [
6 "theme",
7 "colors",
8 "shades",
9 "tailwind",
10 "tailwindcss"
11 ],
12 "repository": "nuxt-contrib/theme-colors",
13 "license": "MIT",
14 "main": "dist/index.js",
15 "types": "dist/index.d.ts",
16 "files": [
17 "dist"
18 ],
19 "scripts": {
20 "build": "tsc",
21 "lint": "eslint --ext .ts .",
22 "release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
23 "test": "yarn lint && jest"
24 },
25 "devDependencies": {
26 "@nuxtjs/eslint-config-typescript": "^3.0.0",
27 "eslint": "^7.9.0",
28 "jest": "^26.4.2",
29 "standard-version": "^9.0.0",
30 "ts-jest": "^26.4.0",
31 "tsc": "^1.20150623.0",
32 "typescript": "^4.0.3"
33 }
34}