@winner-fed/winner-deploy
Version:
Generate a publication deployed by the See platform
57 lines • 1.16 kB
JSON
{
"name": "@winner-fed/winner-deploy",
"version": "4.3.1",
"description": "Generate a publication deployed by the See platform",
"keywords": [
"winner",
"see",
"deploy"
],
"packageManager": "pnpm@7.0.0",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"type": "module",
"author": "winner-fed",
"license": "MIT",
"sideEffects": false,
"files": [
"dist",
"templates"
],
"dependencies": {
"@babel/core": "7.19.6",
"archiver": "3.1.1",
"chalk": "4.1.2",
"fs-extra": "10.1.0",
"lodash.template": "4.5.0",
"rimraf": "5.0.10",
"xml": "1.0.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/lodash.template": "^4.5.1",
"@types/node": "^16.10.1",
"tsup": "^6.7.0"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"typecheck": "tsc --noEmit"
}
}