UNPKG

yarn-no-save

Version:

Enabling --no-save/-N option to Yarn cli commands

61 lines (60 loc) 1.62 kB
{ "dependencies": { "@babel/generator": "^7.18.9", "@babel/parser": "^7.18.9", "@babel/traverse": "^7.18.9", "@babel/types": "^7.18.9", "single-instance": "^0.0.1" }, "name": "yarn-no-save", "sideEffects": false, "version": "1.1.3", "description": "Enabling --no-save/-N option to Yarn cli commands", "keywords": [ "yarn", "no-save", "nosave", "npm", "yarn-no-save", "yarn-add-no-save", "yarn-nosave", "yarn-add-nosave", "package.json", "save", "save-dev" ], "main": "./src/index.js", "bin": { "yarn-no-save": "./dist/index.js", "yns": "./dist/index.js", "yarn-watcher": "./dist/watch.js" }, "scripts": { "build": "node ./build.js", "test": "node ./dist/index.js", "test:watch": "node ./build.js && node ./dist/watch.js", "test:install": "node ./build.js && node ./dist/install.js", "prepublish": "node ./build.js", "install": "node ./dist/index.js && node ./dist/install.js", "pretest": "node ./build.js" }, "homepage": "https://github.com/shuangwhywhy/yarn-no-save#readme", "repository": { "type": "git", "url": "https://github.com/shuangwhywhy/yarn-no-save.git" }, "bugs": { "url": "https://github.com/shuangwhywhy/yarn-no-save/issues", "email": "qyz.yswy@hotmail.com" }, "author": "qiangyizhou <qyz.yswy@hotmail.com>", "license": "MIT", "devDependencies": { "@babel/core": "^7.18.10", "@babel/preset-env": "^7.18.10", "babel-loader": "^8.2.5", "fs-extra": "^10.1.0", "webpack": "^5.74.0", "webpack-shebang-plugin": "^1.1.8" } }