-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.11 KB
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
{
"name": "type-challenge-answer",
"version": "1.0.1",
"description": "Use type-challenge for unit tests, including type-challenge answers. Automatically aggregates into a .d.ts file as a ts library.",
"main": "./dist/index.d.ts",
"packageManager": "pnpm@7.1.0",
"scripts": {
"init": "npx pnpm i",
"readme": "esno ./scripts/readme.ts",
"build": "esno ./scripts/build.ts",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ManfredHu/type-challenge-answer.git"
},
"keywords": [
"type-challenge",
"answer",
"typescript",
"types"
],
"author": "ManfredHu",
"license": "MIT",
"bugs": {
"url": "https://github.com/ManfredHu/type-challenge-answer/issues"
},
"homepage": "https://github.com/ManfredHu/type-challenge-answer#readme",
"dependencies": {
"@types/node": "^18.6.4",
"esno": "^0.16.3"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
"debug": "^4.3.4",
"fs-extra": "^10.1.0",
"globby": "^13.1.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}