UNPKG

1.72 kBJSONView Raw
1{
2 "name": "@socialgouv/fiches-travail-data",
3 "version": "3.154.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 -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.10.4",
33 "@babel/preset-env": "^7.10.4",
34 "@socialgouv/datafiller-data": "^1.44.0",
35 "@socialgouv/eslint-config-recommended": "^0.35.0",
36 "@socialgouv/legi-data": "^1.23.0",
37 "babel-jest": "^26.1.0",
38 "eslint": "^7.3.1",
39 "esm": "^3.2.25",
40 "husky": "^4.2.5",
41 "jest": "^26.1.0",
42 "jsdom": "^16.2.2",
43 "npm-run-all": "^4.1.5",
44 "p-limit": "^3.0.2",
45 "prettier": "^2.0.5",
46 "rollup": "^2.18.1",
47 "superagent": "^5.2.2",
48 "talisman": "^1.1.2",
49 "unist-util-find": "^1.0.1",
50 "unist-util-visit": "^2.0.3"
51 },
52 "jest": {
53 "roots": [
54 "<rootDir>/src"
55 ],
56 "transform": {
57 "^.+\\.jsx?$": "babel-jest"
58 },
59 "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.jsx?$",
60 "moduleFileExtensions": [
61 "js",
62 "json"
63 ]
64 },
65 "husky": {
66 "hooks": {
67 "pre-commit": "eslint src --ext .js",
68 "pre-push": "run-p lint test"
69 }
70 },
71 "release": {
72 "branches": [
73 "master"
74 ]
75 }
76}