generated from LinbuduLab/starter-collections
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 KB
/
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
44
45
46
47
{
"name": "pnpm-workspace-template",
"version": "1.0.0",
"description": "Sample pnpm workspace example",
"main": "index.js",
"scripts": {
"create-pkg": "ts-node scripts/create-package.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LinbuduLab/pnpm-workspace-example.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LinbuduLab/pnpm-workspace-example/issues"
},
"homepage": "https://github.com/LinbuduLab/pnpm-workspace-example#readme",
"devDependencies": {
"@changesets/cli": "^2.17.0",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/jsonfile": "^6.0.1",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.9",
"@types/prettier": "^2.4.2",
"@types/prompts": "^2.0.14",
"@types/vscode": "^1.62.0",
"@vscode/test-electron": "^1.6.2",
"chalk": "^4.1.2",
"consola": "^2.15.3",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"jsonfile": "^6.1.0",
"minimist": "^1.2.5",
"mocha": "^9.1.3",
"prettier": "^2.4.1",
"prompts": "^2.4.2",
"semver": "^7.3.5",
"theanine": "^0.1.0",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.0-beta",
"vscode-test": "^1.6.1"
}
}