-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 809 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 809 Bytes
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
{
"name": "create-web-spatial",
"version": "0.0.8",
"description": "",
"main": "./dist/index.js",
"files": [
"dist/**/*"
],
"bin": {
"create-web-spatial": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "tsx src/index.ts"
},
"keywords": [],
"author": "Jingle Chen",
"repository": {
"type": "git",
"url": "https://github.com/jinglechen2287/create-web-spatial.git"
},
"license": "MIT",
"type": "module",
"dependencies": {
"@inquirer/input": "^4.3.1",
"@inquirer/select": "^4.4.2",
"@types/degit": "^2.8.6",
"degit": "^2.8.4",
"fs-extra": "^11.3.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.10.1",
"ts-node": "^10.9.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}