|
1 | 1 | { |
2 | 2 | "name": "@adhesivejs/core", |
| 3 | + "type": "module", |
3 | 4 | "version": "0.7.7", |
4 | 5 | "description": "A modern, performant, lightweight, dependency free, cross platform solution for flexible sticky positioned elements", |
5 | | - "type": "module", |
6 | | - "keywords": [ |
7 | | - "sticky", |
8 | | - "position", |
9 | | - "elements" |
10 | | - ], |
| 6 | + "author": { |
| 7 | + "name": "Daniel Waltz", |
| 8 | + "email": "danielbwaltz@gmail.com", |
| 9 | + "url": "https://danielwaltz.me/" |
| 10 | + }, |
11 | 11 | "license": "MIT", |
12 | 12 | "homepage": "https://github.com/adhesivejs/adhesive/tree/main/packages/core#readme", |
13 | 13 | "repository": { |
14 | 14 | "type": "git", |
15 | 15 | "url": "git+https://github.com/adhesivejs/adhesive.git", |
16 | 16 | "directory": "packages/core" |
17 | 17 | }, |
18 | | - "author": { |
19 | | - "name": "Daniel Waltz", |
20 | | - "email": "danielbwaltz@gmail.com", |
21 | | - "url": "https://danielwaltz.me/" |
22 | | - }, |
23 | | - "files": [ |
24 | | - "dist" |
| 18 | + "keywords": [ |
| 19 | + "sticky", |
| 20 | + "position", |
| 21 | + "elements" |
25 | 22 | ], |
26 | | - "main": "./dist/index.js", |
27 | | - "module": "./dist/index.js", |
28 | | - "types": "./dist/index.d.ts", |
29 | 23 | "exports": { |
30 | 24 | ".": "./dist/index.js", |
31 | 25 | "./package.json": "./package.json" |
32 | 26 | }, |
| 27 | + "main": "./dist/index.js", |
| 28 | + "module": "./dist/index.js", |
| 29 | + "types": "./dist/index.d.ts", |
| 30 | + "files": [ |
| 31 | + "dist" |
| 32 | + ], |
33 | 33 | "publishConfig": { |
34 | 34 | "access": "public", |
35 | 35 | "provenance": true, |
36 | 36 | "registry": "https://registry.npmjs.org/" |
37 | 37 | }, |
| 38 | + "engines": { |
| 39 | + "node": "^20.19.0 || >=22.12.0" |
| 40 | + }, |
38 | 41 | "scripts": { |
39 | 42 | "build": "tsdown", |
40 | 43 | "lint": "eslint", |
|
46 | 49 | "test:publint": "publint", |
47 | 50 | "test:publish": "pnpm test:attw && pnpm test:jsr && pnpm test:publint", |
48 | 51 | "type-check": "tsc --noEmit" |
49 | | - }, |
50 | | - "engines": { |
51 | | - "node": "^20.19.0 || >=22.12.0" |
52 | 52 | } |
53 | 53 | } |
0 commit comments