badgen.net/package.json

37 wiersze
994 B
JSON

{
"name": "badgen-service",
"private": true,
"description": "Badge generating service",
"author": "Amio <amio.cn@gmail.com>",
"license": "ISC",
"scripts": {
"lint": "standard",
"dev": "micro-dev service.js -s",
"test": "echo just lint for now && npm run lint",
"start": "micro service.js",
"precanary": "now alias rm badgen-canary -y -T amio",
"canary": "now -T amio && now alias badgen-canary -T amio",
"predeploy": "now rm badgen-service --safe -y -T amio || true",
"deploy": "now -T amio && now alias -T amio"
},
"dependencies": {
"axios": "^0.18.0",
"badgen": "^2.2.1",
"byte-size": "^4.0.3",
"chrome-webstore": "^1.0.0",
"currency-symbol-map": "^4.0.4",
"micro": "^9.3.2",
"micro-fork": "^0.1.0",
"millify": "^2.0.1",
"serve-marked": "0.3.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"micro-dev": "^3.0.0",
"standard": "^11.0.1"
},
"eslintConfig": {
"extends": "standard"
}
}