To get the “version” using a run-script: // package.json { "version": "1.2.3", "scripts": { "get-version": "echo $npm_package_version" } }
確定! 回上一頁