-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.37 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
48
{
"name": "pull-ejs-tpl",
"version": "1.1.10",
"description": "从git/npm远程仓库中拉取基于ejs的代码模板",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"files": [
"dist/*",
"src/*",
"bin/*"
],
"bin": "bin/pull-ejs-tpl",
"scripts": {
"test:git-cli": "export DEBUG=$npm_package_name && node ./bin/pull-ejs-tpl git https://github.com/z-juln/pkg-template.git -o ./temp/git -d tsx-rollup-jest/template --params='{\"name\": \"user-avatar\"}'",
"test:npm-cli": "export DEBUG=$npm_package_name && node ./bin/pull-ejs-tpl npm cra-template -o ./temp/npm -d ./template",
"test:local-cli": "export DEBUG=$npm_package_name && node ./bin/pull-ejs-tpl local ./temp/demo ./temp/my-template"
},
"repository": {
"type": "git",
"url": "git+https://github.com/z-juln/pull-ejs-tpl.git"
},
"keywords": [
"pull-ejs-tpl",
"pull",
"ejs",
"template",
"git",
"npm"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/z-juln/pull-ejs-tpl/issues"
},
"homepage": "https://github.com/z-juln/pull-ejs-tpl#readme",
"dependencies": {
"@juln/change-case": "^0.0.4",
"cac": "^6.7.12",
"debug": "^4.3.4",
"glob": "^8.0.3",
"kuler": "^2.0.0",
"node-watch": "^0.7.3",
"ora": "5.4.1",
"pull-sparse": "^1.0.2",
"rimraf": "^3.0.2",
"super-ejs": "^1.1.6"
}
}