123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "@nuxt/opencollective",
- "version": "0.3.3",
- "repository": "nuxt-contrib/opencollective",
- "license": "MIT",
- "main": "dist/index.js",
- "bin": "bin/opencollective.js",
- "files": [
- "bin",
- "dist"
- ],
- "scripts": {
- "build": "bili -t node --format cjs src/index.js",
- "lint": "eslint src test",
- "prepublish": "yarn build",
- "release": "standard-version && git push --follow-tags && npm publish",
- "test": "yarn lint && yarn test:coverage",
- "test:ava": "nyc ava --verbose",
- "test:coverage": "nyc --reporter=lcov --reporter=html ava"
- },
- "ava": {
- "require": [
- "jiti/register"
- ]
- },
- "dependencies": {
- "chalk": "^4.1.0",
- "consola": "^2.15.0",
- "node-fetch": "^2.6.7"
- },
- "devDependencies": {
- "@commitlint/cli": "^17.0.0",
- "@commitlint/config-conventional": "^17.0.0",
- "@nuxtjs/eslint-config": "^10.0.0",
- "ava": "^4.2.0",
- "bili": "latest",
- "eslint": "^8.15.0",
- "fetch-mock": "^9.11.0",
- "jiti": "^1.13.0",
- "nyc": "latest",
- "sinon": "^14.0.0",
- "standard-version": "^9.5.0"
- },
- "engines": {
- "node": ">=8.0.0",
- "npm": ">=5.0.0"
- }
- }
|