{
"name": "uplifter",
"version": "0.1.0",
"description": "Powerful Node.js package management tool, to replace NPM and Yarn",
"directories": {
"bin": "bin"
},
"homepage": "https://github.com/uplifter-dev/uplifter",
"license": "Unlicense",
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"ia32"
],
"libc": [
"glibc"
],
"scripts": {
"install": "node src/bin/install.js",
"prepack": "cargo check"
},
"engines": {
"node": ">=4.0.0"
},
"packageManager": "yarn@1.22.19",
"flat": true,
"files": [
"src/bin/install.js",
"package.json",
"README.md",
"LICENSE"
]
}