-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.44 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@itswooble/colors",
"version": "1.0.3",
"description": "Color palette of It's wooble UI",
"scripts": {
"prepublishOnly": "rollup -c",
"build": "rollup -c"
},
"author": "It's wooble <[email protected]> (https://wooble.team)",
"contributors": [
"Kirill Osintsev <[email protected]> (https://github.com/crashzky)",
"Dmitriy Gorbunov <[email protected]> (https://github.com/DimaGorbusha)"
],
"homepage": "https://ui.wooble.team/colors",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/wooble-team/wooble-colors.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"itswooble",
"wooble",
"ui",
"design",
"colors",
"frontend"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wooble-team/wooble-colors/issues"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.35.0",
"rollup": "^3.18.0",
"rollup-plugin-dts": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^4.9.5"
}
}