@plurid/performer-cli
Version:
Command-Line Interface for Performer
75 lines (74 loc) • 2.45 kB
JSON
{
"name": "@plurid/performer-cli",
"version": "0.0.0-0",
"description": "Command-Line Interface for Performer",
"keywords": [
"performer",
"cli"
],
"author": "ly3xqhl8g9 <ly3xqhl8g9@plurid.com> (https://plurid.com)",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/plurid/performer"
},
"bugs": {
"email": "source@plurid.com",
"url": "https://github.com/plurid/performer/issues"
},
"homepage": "https://github.com/plurid/performer/blob/master/packages/performer-cli/README.md",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"engines": {
"node": ">=12",
"npm": ">=6"
},
"main": "distribution/index.js",
"module": "distribution/index.es.js",
"typings": "distribution/index.d.ts",
"bin": {
"performer": "binder/performer"
},
"files": [
"distribution",
"binder"
],
"preferGlobal": true,
"scripts": {
"test": "jest -c ./configurations/jest.config.js --coverage ./source",
"start": "rollup -c ./scripts/rollup.config.ts -w",
"build.clean": "rm -rf `find ./distribution/ -type d -name __tests__`",
"build.development": "rollup -c ./scripts/rollup.config.ts && yarn build.clean",
"build": "rollup -c ./scripts/rollup.config.ts && yarn build.clean",
"prebuild": "rm -rf distribution",
"prepublishOnly": "yarn build"
},
"dependencies": {
"@apollo/client": "^3.3.4",
"@plurid/deon": "0.0.0-0",
"@plurid/performer-requests": "0.0.0-0",
"@plurid/plurid-functions": "0.0.0-0",
"commander": "^6.2.0",
"cross-fetch": "^3.0.6",
"graphql": "^15.4.0",
"graphql-tag": "^2.11.0",
"subscriptions-transport-ws": "^0.9.18"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@types/node": "^14.14.12",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"jest": "^26.6.3",
"jest-config": "^26.6.3",
"rollup": "^2.34.2",
"rollup-plugin-typescript2": "^0.29.0",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.2"
}
}