-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.37 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.37 KB
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
55
{
"name": "striped-background",
"version": "0.2.1",
"description": "Generate customizable striped backgrounds using CSS gradients",
"main": "index.js",
"scripts": {
"build": "node build.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/downace/striped-background.git"
},
"keywords": [
"css",
"striped",
"background",
"gradient",
"stripy",
"background-image",
"linear-gradient"
],
"author": "Sergei Malchits <monstion@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/downace/striped-background/issues"
},
"homepage": "https://github.com/downace/striped-background#readme",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/shelljs": "^0",
"jest": "^29.7.0",
"prettier": "^3.5.1",
"shelljs": "^0.8.5",
"ts-jest": "^29.2.6",
"typescript": "^5.7.3"
},
"exports": {
".": {
"types": "./dist/_types/index.d.ts",
"require": "./dist/_cjs/index.js",
"import": "./dist/_esm/index.js",
"default": "./dist/_esm/index.js"
}
},
"typesVersions": {
">=4.2": {
"*": [
"_types/*"
]
}
},
"types": "./index.d.ts",
"packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
}