UNPKG

729 BJSONView Raw
1{
2 "name": "@primer/publish",
3 "version": "2.0.0",
4 "description": "Publish Primer projects to npm with GitHub Design Systems conventions",
5 "keywords": [
6 "primer",
7 "publish",
8 "github-actions",
9 "npm"
10 ],
11 "author": "GitHub, Inc.",
12 "license": "MIT",
13 "main": "index.js",
14 "bin": {
15 "primer-publish": "cli.js"
16 },
17 "scripts": {
18 "lint": "eslint *.js src",
19 "test": "jest"
20 },
21 "dependencies": {
22 "@octokit/rest": "^16.15.0",
23 "action-status": "^0.1.1",
24 "github-action-meta": "^0.1.2",
25 "yargs": "^12.0.5"
26 },
27 "devDependencies": {
28 "eslint": "^5.13.0",
29 "eslint-plugin-github": "^1.8.1",
30 "jest": "^24.1.0",
31 "mocked-env": "^1.2.4",
32 "prettier": "^1.16.4"
33 }
34}