-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "@openally/npm-packages",
"version": "1.0.0",
"description": "OpenAlly NPM packages",
"scripts": {
"build": "tsc -b",
"test": "npm run test --ws --if-present",
"lint": "npx eslint workspaces"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenAlly/npm-packages.git"
},
"keywords": [],
"author": "GENTILHOMME Thomas <[email protected]>",
"workspaces": [
"src/timestore",
"src/ephemeral-map",
"src/mutex",
"src/result",
"src/auto-url",
"src/config"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenAlly/npm-packages/issues"
},
"homepage": "https://github.com/OpenAlly/npm-packages#readme",
"devDependencies": {
"@faker-js/faker": "^8.1.0",
"@nodesecure/eslint-config": "^1.8.0",
"@openally/config.typescript": "^1.0.3",
"@types/node": "^22.0.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"glob": "^11.0.0",
"iterator-matcher": "^2.1.0",
"sinon": "^18.0.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
}
}