@shko.online/componentframework-mock-cli
Version:
Command line interface for @shko.online/componentframework-mock
41 lines (40 loc) • 1.02 kB
JSON
{
"name": "@shko.online/componentframework-mock-cli",
"version": "0.1.0",
"description": "Command line interface for @shko.online/componentframework-mock",
"bin": {
"pcf-sb": "./lib/index.js"
},
"scripts": {
"build": "npx tsc --project tsconfig.build.json && npm run hbs",
"hbs": "npx copyfiles ./src/**/*.hbs ./lib/ --up 1",
"test": "jest --reporters=default --reporters=jest-junit"
},
"keywords": [
"componentframework",
"shko.online",
"cli"
],
"author": "Betim Beja",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^12.0.0",
"handlebars": "^4.7.8",
"libxmljs": "^1.0.11",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/node": "^18.15.11",
"copyfiles": "^2.4.1",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2"
},
"jest-junit": {
"suiteNameTemplate": "{filepath}",
"outputDirectory": ".",
"outputName": "coverage/junit.xml"
}
}