generated from wopjs/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 949 Bytes
/
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
{
"name": "@wopjs/time",
"version": "0.1.2",
"description": "Collection of time utilities.",
"repository": "wopjs/time",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"sideEffects": false,
"files": [
"src",
"dist"
],
"scripts": {
"prepublishOnly": "pnpm run build",
"lint": "eslint --ext .ts,.tsx . && prettier --check .",
"build": "tsup"
},
"keywords": [
"time"
],
"maintainers": [
{
"name": "CRIMX",
"email": "straybugs@gmail.com"
},
{
"name": "hyrious",
"email": "hyrious@outlook.com"
}
],
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@wopjs/disposable": "^0.0.3",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"tsup": "^6.2.3",
"typescript": "^4.8.2"
}
}