|
1 | 1 | {
|
2 | 2 | "name": "make-tints",
|
3 | 3 | "version": "0.0.5",
|
| 4 | + "packageManager": "[email protected]", |
4 | 5 | "description": "[](https://www.npmjs.com/package/make-tints)",
|
5 | 6 | "keywords": [],
|
6 | 7 | "homepage": "https://github.com/barelyhuman/make-tints#readme",
|
7 | 8 | "bugs": {
|
8 | 9 | "url": "https://github.com/barelyhuman/make-tints/issues"
|
9 | 10 | },
|
10 |
| - "repository": "git+https://github.com/barelyhuman/make-tints.git", |
11 |
| - "funding": "https://github.com/sponsors/barelyhuman", |
12 | 11 | "license": "MIT",
|
13 | 12 | "author": "Reaper <[email protected]>",
|
14 |
| - "sideEffects": false, |
| 13 | + "repository": "git+https://github.com/barelyhuman/make-tints.git", |
| 14 | + "funding": "https://github.com/sponsors/barelyhuman", |
| 15 | + "main": "./dist/index.cjs", |
| 16 | + "module": "./dist/index.mjs", |
| 17 | + "types": "./dist/index.d.ts", |
15 | 18 | "exports": {
|
16 | 19 | ".": {
|
17 | 20 | "require": "./dist/index.cjs",
|
18 | 21 | "import": "./dist/index.mjs",
|
19 | 22 | "types": "./dist/index.d.ts"
|
20 | 23 | }
|
21 | 24 | },
|
22 |
| - "main": "./dist/index.cjs", |
23 |
| - "module": "./dist/index.mjs", |
24 |
| - "types": "./dist/index.d.ts", |
| 25 | + "files": [ |
| 26 | + "dist" |
| 27 | + ], |
| 28 | + "sideEffects": false, |
25 | 29 | "typesVersions": {
|
26 | 30 | "*": {
|
27 | 31 | "*": [
|
|
33 | 37 | "directories": {
|
34 | 38 | "test": "test"
|
35 | 39 | },
|
36 |
| - "files": [ |
37 |
| - "dist" |
38 |
| - ], |
39 | 40 | "scripts": {
|
40 | 41 | "build": "rimraf dist && unbuild",
|
41 | 42 | "dev": "unbuild --stub",
|
|
63 | 64 | "unbuild": "^0.7.0",
|
64 | 65 | "vite": "^2.8.6",
|
65 | 66 | "vitest": "^0.7.10"
|
66 |
| - }, |
67 |
| - "packageManager": "[email protected]" |
| 67 | + } |
68 | 68 | }
|
0 commit comments