cc-core-cli
Version:
Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.
49 lines • 1.09 kB
JSON
{
"name": "@shopstack/cc-core-lib",
"version": "0.0.0",
"description": "",
"main": "dist/src/index.js",
"files": [
"dist/src"
],
"types": "dist/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Shopstack Co.,LTD.",
"license": "ISC",
"dependencies": {
},
"devDependencies": {
},
"peerDependencies": {
"@fastify/cors": "^8.2.0",
"@fastify/static": "^6.5.1",
"@nestjs/bull": "^0.6.3",
"@nestjs/common": "^9.3.9",
"@nestjs/core": "^9.3.9",
"@nestjs/jwt": "^10.0.2",
"@nestjs/mongoose": "^9.2.1",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-fastify": "^9.3.9",
"@nestjs/schedule": "^2.2.0"
},
"exports": {
".": "./dist/src/index.js",
"./core": "./dist/src/core/index.js",
"./module": "./dist/src/modules/index.js"
},
"typesVersions": {
"*": {
"types": [
"./dist/src/index.d.ts"
],
"core": [
"./dist/src/core/index.d.ts"
],
"module": [
"./dist/src/modules/index.d.ts"
]
}
}
}