mirror of
https://github.com/cupcakearmy/uhrwerk.git
synced 2024-12-23 16:06:24 +00:00
Compare commits
No commits in common. "c9514fa0aa5083dd44d0d1edbe544853b986d49a" and "99d35a9adea5fc92de1c79b2c05a776707572be1" have entirely different histories.
c9514fa0aa
...
99d35a9ade
41
package.json
41
package.json
@ -1,16 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "uhrwerk",
|
"name": "uhrwerk",
|
||||||
"version": "1.1.2",
|
"version": "1.1.1",
|
||||||
"description": "time utility",
|
"description": "time utility",
|
||||||
"keywords": [
|
|
||||||
"time",
|
|
||||||
"interval",
|
|
||||||
"human-readable",
|
|
||||||
"utility"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"author": "Niccolo Borgioli",
|
"author": "Niccolo Borgioli",
|
||||||
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap",
|
||||||
|
"test": "pnpm run build && mocha",
|
||||||
|
"prepublishOnly": "pnpm run test"
|
||||||
|
},
|
||||||
|
"main": "./dist/index.cjs",
|
||||||
|
"types": "./dist/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"require": "./dist/index.cjs",
|
"require": "./dist/index.cjs",
|
||||||
@ -18,21 +19,19 @@
|
|||||||
"types": "./dist/index.d.ts"
|
"types": "./dist/index.d.ts"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"main": "./dist/index.cjs",
|
|
||||||
"types": "./dist/index.d.ts",
|
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"keywords": [
|
||||||
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap",
|
"time",
|
||||||
"prepublishOnly": "pnpm run test",
|
"interval",
|
||||||
"test": "pnpm run build && mocha"
|
"human-readable",
|
||||||
},
|
"utility"
|
||||||
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tsconfig/strictest": "^2.0.5",
|
"@tsconfig/strictest": "^2.0.3",
|
||||||
"mocha": "^10.7.0",
|
"mocha": "^10.3.0",
|
||||||
"tsup": "^8.2.3",
|
"tsup": "^8.0.2",
|
||||||
"typescript": "^5.5.4"
|
"typescript": "^5.3.3"
|
||||||
},
|
}
|
||||||
"packageManager": "pnpm@9.6.0"
|
|
||||||
}
|
}
|
||||||
|
1954
pnpm-lock.yaml
generated
1954
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user