forked from Samantha-uk/one
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@samantha-uk./yarn-plugin-penguin",
"main": "./src/plugin-penguin.ts",
"dependencies": {
"@types/node": "^14.14.20",
"@yarnpkg/builder": "^2.1.3",
"@yarnpkg/core": "^2.4.0",
"clipanion": "^2.6.2",
"typescript": "^4.1.3"
},
"scripts": {
"build-hide": "builder build plugin",
"readme": "yarn run -T readme generate --config=/home/samantha/github/one/blueprint.json",
"build:plugin-stage": "builder build plugin",
"update:workspace": "mkdir -p /home/samantha/github/one/.yarn/plugins/@samantha-uk && cp ./bundles/@yarnpkg/plugin-penguin.js /home/samantha/github/one/.yarn/plugins/@samantha-uk/plugin-penguin.cjs",
"update:patch-name": "sed -i 's|@yarnpkg/plugin-penguin|@samantha-uk/plugin-penguin|g' ./bundles/@yarnpkg/plugin-penguin.js",
"update": "yarn build:plugin-stage && yarn update:patch-name && yarn update:workspace",
"update:local": "yarn build:plugin-stage && yarn update:workspace",
"release": "yarn build:plugin-stage && yarn update:patch-name",
"clean": "rimraf build bundles",
"test": "jest"
},
"license": "MIT"
}