Skip to content

Commit e339465

Browse files
author
Adam Plesnik
committed
Add npmjs build, package info
1 parent c2cd36e commit e339465

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

package.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
2+
"name": "@adam.plesnik/taiwlindcss-scroll-driven-animations",
3+
"version": "0.0.2",
4+
"author": "Adam Plesnik <[email protected]>",
25
"scripts": {
3-
"build": "npx swc ./src/index.ts --out-dir ./dist"
6+
"build": "npx swc ./src/index.js --out-dir ./dist"
47
},
58
"prettier": {
69
"printWidth": 100,
@@ -18,5 +21,26 @@
1821
"swcify": "^1.0.1",
1922
"tailwindcss": "^0.0.0-insiders.3ba51d1",
2023
"typescript": "^5.4.3"
21-
}
24+
},
25+
"description": "`unofficial` `experimental` `chrome-115+`",
26+
"files": [
27+
"dist"
28+
],
29+
"main": "dist/index.js",
30+
"repository": {
31+
"type": "git",
32+
"url": "git+https://github.com/adamplesnik/tailwindcss-scroll-driven-animations.git"
33+
},
34+
"keywords": [
35+
"tailwindcss",
36+
"scroll",
37+
"driven",
38+
"animations",
39+
"css"
40+
],
41+
"license": "MIT",
42+
"bugs": {
43+
"url": "https://github.com/adamplesnik/tailwindcss-scroll-driven-animations/issues"
44+
},
45+
"homepage": "https://github.com/adamplesnik/tailwindcss-scroll-driven-animations#readme"
2246
}

0 commit comments

Comments
 (0)