UNPKG

1.77 kBJSONView Raw
1{
2 "name": "@socialgouv/fiches-travail-data",
3 "version": "3.180.0",
4 "main": "index.js",
5 "module": "index.esm.js",
6 "files": [
7 "data",
8 "index.js",
9 "index.esm.js",
10 "index.d.ts",
11 "README.md"
12 ],
13 "types": "index.d.ts",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/SocialGouv/fiches-travail-data.git"
17 },
18 "author": "LionelB <lionel@lumographe.fr>",
19 "license": "Apache-2.0",
20 "publishConfig": {
21 "access": "public"
22 },
23 "scripts": {
24 "build": "rollup -c",
25 "start": "NODE_TLS_REJECT_UNAUTHORIZED=0 node -r esm src/fetch-data",
26 "checkRefs": "node -r esm src/checkRefs",
27 "lint": "eslint src --ext .js",
28 "test": "jest"
29 },
30 "dependencies": {},
31 "devDependencies": {
32 "@babel/core": "^7.11.1",
33 "@babel/preset-env": "^7.11.0",
34 "@socialgouv/datafiller-data": "^1.55.0",
35 "@socialgouv/eslint-config-recommended": "^0.35.0",
36 "@socialgouv/legi-data": "^1.26.0",
37 "babel-jest": "^26.2.2",
38 "eslint": "^7.6.0",
39 "esm": "^3.2.25",
40 "got": "^11.5.2",
41 "husky": "^4.2.5",
42 "jest": "^26.2.2",
43 "jsdom": "^16.3.0",
44 "npm-run-all": "^4.1.5",
45 "p-limit": "^3.0.2",
46 "prettier": "^2.0.5",
47 "rollup": "^2.23.1",
48 "superagent": "^5.3.1",
49 "talisman": "^1.1.2",
50 "unist-util-find": "^1.0.1",
51 "unist-util-visit": "^2.0.3"
52 },
53 "jest": {
54 "roots": [
55 "<rootDir>/src"
56 ],
57 "transform": {
58 "^.+\\.jsx?$": "babel-jest"
59 },
60 "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.jsx?$",
61 "moduleFileExtensions": [
62 "js",
63 "json"
64 ]
65 },
66 "husky": {
67 "hooks": {
68 "pre-commit": "eslint src --ext .js",
69 "pre-push": "run-p lint test"
70 }
71 },
72 "release": {
73 "branches": [
74 "master"
75 ]
76 }
77}