get-npm-config.js 97 Bytes EditWeb IDE 1 2 3 const fs = require('fs'); module.exports = JSON.parse(fs.readFileSync('package.json', 'utf8'));