-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 999 Bytes
/
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
{
"name": "create-loopback",
"description": "LoopBack initializer package",
"version": "1.0.0-9",
"license": "MIT",
"bin": "bin/main.js",
"author": "IBM Corp. and LoopBack contributors",
"repository": "github:loopbackio/create-loopback",
"copyright.owner": "IBM Corp. and LoopBack contributors",
"homepage": "https://github.com/loopbackio/create-loopback#readme",
"bugs": "https://github.com/loopbackio/create-loopback/issues",
"scripts": {
"prepare": "husky",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin",
"templates",
"generator.js",
"LICENSE",
"README.md"
],
"dependencies": {
"lodash": "^4.17.21",
"validate-npm-package-name": "^6.0.0",
"yeoman-environment": "3.19.3",
"yeoman-generator": "^5.8.0"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"husky": "^9.0.0",
"pacote": "^20.0.0",
"yeoman-test": "^7.4.0"
}
}