@pluralsight/pando
Version:
Official CLI for the Pando Design System.
46 lines • 1.16 kB
JSON
{
"name": "@pluralsight/pando",
"version": "0.7.1-experimental-e85531-20231005",
"type": "module",
"description": "Official CLI for the Pando Design System.",
"author": "Pando Team",
"bugs": {
"url": "https://github.com/pluralsight/pando/issues"
},
"homepage": "https://design.pluralsight.com/",
"repository": {
"type": "git",
"url": "https://github.com/pluralsight/pando.git",
"directory": "packages/pando"
},
"license": "Apache 2.0",
"bin": {
"pando": "./npm/esm/index.js"
},
"publishConfig": {
"access": "public"
},
"files": [
"npm/**/*"
],
"dependencies": {
"tslib": "latest"
},
"devDependencies": {},
"keywords": [
"pluralsight",
"pluralsight design",
"pando",
"pando cli"
],
"packageManager": "pnpm@8.6.11",
"scripts": {
"build": "pnpm clean && pnpm compile:es",
"clean": "rm -rf ./npm",
"compile:es": "tsc --project tsconfig.build.json",
"compile:cjs": "tsc --project tsconfig.cjs.json",
"lint:js": "eslint --max-warnings 0 \"./**/*.ts\"",
"lint:ts": "tsc --project tsconfig.json --noEmit",
"test": "jest --passWithNoTests"
}
}