Files
yarn-plugin-nixify-patched/package.json
T
2024-02-06 19:20:45 +01:00

32 lines
859 B
JSON

{
"name": "yarn-plugin-nixify",
"version": "0.0.0",
"main": "./src/index.ts",
"scripts": {
"check": "tsc",
"build": "./build.js -p",
"build-dev": "./build.js",
"fmt": "prettier --write src"
},
"packageManager": "yarn@4.0.1",
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/preset-typescript": "^7.10.4",
"@types/node": "18",
"@yarnpkg/cli": "^4.0.0",
"@yarnpkg/core": "^4.0.0",
"@yarnpkg/fslib": "^3.0.0",
"@yarnpkg/plugin-patch": "^4.0.0",
"@yarnpkg/plugin-pnp": "^4.0.0",
"babel-loader": "^9.1.3",
"clipanion": "^4.0.0-rc.2",
"prettier": "3.0.3",
"raw-loader": "^4.0.1",
"typescript": "5.2.2",
"webpack": "^5.35.0",
"webpack-sources": "^3.2.3"
}
}