moleculer-insee-sirene
Version:
Moleculer service for calling INSEE Sirene API
60 lines (59 loc) • 1.43 kB
JSON
{
"name": "moleculer-insee-sirene",
"version": "0.0.3",
"description": "Moleculer service for calling INSEE Sirene API",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"ci": "jest --watch",
"test": "jest --coverage",
"lint": "eslint --ext=.js src test index.js",
"coverall": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YourSoftRun/moleculer-insee-sirene.git"
},
"keywords": [
"moleculer",
"insee",
"siren",
"siret"
],
"author": "Hugo Meyronneinc <hugo@yoursoft.run>",
"license": "MIT",
"bugs": {
"url": "https://github.com/YourSoftRun/moleculer-insee-sirene/issues"
},
"homepage": "https://github.com/YourSoftRun/moleculer-insee-sirene#readme",
"jest": {
"testEnvironment": "node",
"setupFiles": [
"./test/setup.js"
],
"coveragePathIgnorePatterns": [
"/node_modules/"
]
},
"engines": {
"node": ">= 8.x.x"
},
"dependencies": {
"btoa": "^1.2.1",
"node-fetch": "^2.4.1",
"qs": "^6.7.0"
},
"devDependencies": {
"mockdate": "^2.0.2",
"@types/jest": "^24.0.11",
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"eslint-plugin-jest": "^22.4.1",
"jest": "^24.7.1",
"jest-cli": "^24.7.1",
"jest-fetch-mock": "^2.1.2",
"moleculer": "^0.13.8"
}
}