-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@socialgouv/fiches-travail-data",
"version": "4.712.0",
"main": "build/index.js",
"module": "build/index.js",
"files": [
"build",
"data"
],
"types": "build/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/SocialGouv/fiches-travail-data.git"
},
"author": "LionelB <[email protected]>",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"start": "node build/fetch-data",
"checkRefs": "node build/checkRefs",
"lint": "eslint \"./src/**/*.{js,ts}\"",
"test": "jest"
},
"dependencies": {
"@socialgouv/cdtn-slugify": "^4.60.3",
"@socialgouv/legi-data": "^2.100.0",
"got": "^11.8.3",
"p-limit": "^3.1.0",
"talisman": "^1.1.4",
"unist-util-find": "^1.0.2",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@swc/core": "^1.3.21",
"@swc/jest": "^0.2.23",
"@types/jsdom": "^21.1.7",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"babel-jest": "^27.4.4",
"eslint": "^8.28.0",
"eslint-plugin-jest": "^27.1.6",
"husky": "^8.0.0",
"jest": "^29.3.1",
"jsdom": "^17.0.0",
"prettier": "^2.5.1",
"typescript": "^4.9.3"
}
}