-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 903 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 903 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
39
{
"name": "create-reactwright-doc",
"version": "0.1.1",
"description": "Scaffolder for new Reactwright documents.",
"license": "MIT",
"author": "Reactwright contributors",
"homepage": "https://github.com/PurpleReverie/reactwright/tree/main/packages/create-reactwright-doc#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/PurpleReverie/reactwright.git",
"directory": "packages/create-reactwright-doc"
},
"bugs": {
"url": "https://github.com/PurpleReverie/reactwright/issues"
},
"keywords": [
"reactwright",
"scaffolder",
"create-app"
],
"type": "module",
"bin": {
"create-reactwright-doc": "./src/index.js"
},
"files": [
"src",
"LICENSE",
"README.md"
],
"engines": {
"node": ">=18"
},
"scripts": {
"check": "node --check src/index.js"
},
"publishConfig": {
"access": "public"
}
}