-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "smooth-corners",
"version": "1.0.8",
"description": "CSS superellipse masks with the Houdini API",
"source": "paint.js",
"main": "lib/paint.js",
"module": "lib/paint.js",
"unpkg": "lib/paint.js",
"browser": "lib/paint.js",
"scripts": {
"start": "serve",
"build": "microbundle --no-sourcemap --compress --format=es",
"dev": "microbundle watch --no-sourcemap"
},
"repository": "https://github.com/wopian/smooth-corners",
"funding": "https://github.com/sponsors/wopian",
"keywords": [
"CSS",
"Houdini",
"Superellipse",
"PaintWorklet",
"Squircle",
"Hypoellipse",
"Hyperellipse",
"Asteroid"
],
"author": "James Harris <wopian@wopian.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wopian/smooth-corners/issues"
},
"homepage": "https://github.com/wopian/smooth-corners#readme",
"devDependencies": {
"@semantic-release/changelog": "~6.0.2",
"@semantic-release/commit-analyzer": "~11.1.0",
"@semantic-release/github": "~9.2.0",
"@semantic-release/npm": "~11.0.0",
"@semantic-release/release-notes-generator": "~12.1.0",
"microbundle": "^0.15.0",
"semantic-release": "~22.0.0",
"serve": "^14.0.0"
},
"renovate": {
"extends": [
"github>wopian/renovate-config"
]
},
"packageManager": "yarn@4.5.3"
}