-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 901 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
{
"name": "typed-ms",
"version": "0.1.1",
"description": "Typed MS",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"repository": "[email protected]:renatorib/typed-ms.git",
"author": "[email protected]",
"license": "MIT",
"scripts": {
"test": "vitest -w=false",
"prebuild": "vitest -w=false",
"build": "tsup",
"prepublishOnly": "tsup"
},
"devDependencies": {
"@types/node": "^20.14.12",
"np": "^10.0.7",
"prettier": "^3.3.3",
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"packageManager": "[email protected]+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35",
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"keywords": [
"typed",
"milliseconds",
"human-readable",
"parser"
],
"prettier": {
"printWidth": 120
}
}