forked from PapillonApp/Papillon-ED-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.61 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
54
55
56
57
58
59
60
61
62
{
"name": "@papillonapp/ed-core",
"version": "0.2.9",
"description": "API EcoleDirecte pour PapillonApp (c)",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"scripts": {
"test": "jest",
"lint": "eslint --no-eslintrc -c .eslintrc.json .",
"lint:fix": "eslint --no-eslintrc -c .eslintrc.json --fix .",
"build": "npm run lint && npm run build:solo",
"build:solo": "tsc && tsc-alias"
},
"engines": {
"node": "18"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/PapillonApp/Papillon-ED-Core.git"
},
"author": "@PapillonApp",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/PapillonApp/Papillon-ED-Core/issues"
},
"homepage": "https://github.com/PapillonApp/Papillon-ED-Core#readme",
"keywords": [
"papillon",
"typescript",
"ecoledirecte"
],
"devDependencies": {
"@stylistic/eslint-plugin": "^1.5.3",
"@types/jest": "^29.5.12",
"@typescript-eslint/parser": "^6.18.0",
"enquirer": "^2.4.1",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"ora": "^5.0.0",
"remove": "^0.1.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"tsc-alias": "^1.8.8",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@types/uuid": "^9.0.8",
"buffer": "^6.0.3",
"uuid": "^9.0.1"
}
}