-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 985 Bytes
/
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
{
"name": "rainbow-elements",
"version": "0.1.10",
"description": "Simple library that paints HTML elements in rainbow colors",
"keywords": [
"color",
"rainbow",
"paint"
],
"homepage": "https://github.com/LimHaksu/rainbow-elements",
"bugs": {
"url": "https://github.com/Limhaksu/rainbow-elements/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Lim Haksu",
"email": "[email protected]",
"url": "https://github.com/LimHaksu"
},
"main": "dist/rainbow-elements.js",
"repository": {
"type": "git",
"url": "https://github.com/LimHaksu/rainbow-elements"
},
"files": [
"dist"
],
"scripts": {
"build": "webpack --mode production"
},
"devDependencies": {
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0"
}
}