-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 920 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
{
"name": "@myunisoft/tsd",
"version": "4.0.1",
"description": "MyUnisoft public TypeScript definition",
"scripts": {
"test": "tsd",
"build": "typedoc index.d.ts",
"prepublishOnly": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyUnisoft/tsd.git"
},
"files": [
"types",
"index.d.ts"
],
"keywords": [],
"publishConfig": {
"@myunisoft:registry": "https://registry.npmjs.org/"
},
"author": "GENTILHOMME Thomas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MyUnisoft/tsd/issues"
},
"homepage": "https://github.com/MyUnisoft/tsd#readme",
"devDependencies": {
"@openally/config.typescript": "^1.0.3",
"tsd": "^0.31.1",
"typedoc": "^0.27.6",
"typescript": "^5.4.5"
},
"tsd": {
"directory": "test"
},
"dependencies": {
"type-fest": "^4.20.1"
}
}