@tarantool.io/npm-only
Version:
Force the npm package manager to be used on a project.
19 lines (18 loc) • 352 B
JSON
{
"name": "@tarantool.io/npm-only",
"version": "1.0.3",
"type": "commonjs",
"description": "Force the npm package manager to be used on a project.",
"license": "ISC",
"bin": "./index.js",
"files": [
"index.js"
],
"keywords": [
"tarantool",
"tarantool-frontend-tools"
],
"publishConfig": {
"access": "public"
}
}