{"library":"postcss-tape","install":[{"cmd":"npm install postcss-tape","imports":["export default { 'my-test': { message: '...' } }; // In .tape.mjs or .tape.js with type: 'module'","module.exports = { 'my-test': { message: '...' } }; // In .tape.cjs or .tape.js without type: 'module'","npm test // if 'postcss-tape' is in package.json scripts"]},{"cmd":"yarn add postcss-tape","imports":[]},{"cmd":"pnpm add postcss-tape","imports":[]}]}