-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "easycolors",
"version": "2.0.0",
"description": "Package that stores colors of the web and many popular css frameworks",
"main": "build/index.js",
"scripts": {
"create": "node creators",
"build": "tsc",
"release": "standard-version",
"share": "git push --follow-tags origin main && npm publish",
"test": "node tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JebBarbas/easycolors.git"
},
"keywords": [
"color",
"colors",
"web",
"bootstrap",
"tailwind",
"tailwindcss",
"material",
"ui",
"ux",
"materialui"
],
"author": "jebbarbas",
"license": "MIT",
"bugs": {
"url": "https://github.com/JebBarbas/easycolors/issues"
},
"homepage": "https://github.com/JebBarbas/easycolors#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.20.0",
"standard-version": "^9.5.0",
"typescript": "^4.7.4"
}
}