forked from OpenAlly/npm-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 976 Bytes
/
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
{
"name": "@openally/npm-packages",
"version": "1.0.0",
"description": "OpenAlly NPM packages",
"scripts": {
"build": "tsc -b"
},
"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"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenAlly/npm-packages/issues"
},
"homepage": "https://github.com/OpenAlly/npm-packages#readme",
"devDependencies": {
"@nodesecure/eslint-config": "^1.6.0",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"c8": "^7.12.0",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"mocha": "^10.2.0",
"sinon": "^15.0.1",
"ts-node": "^10.9.1",
"tsup": "^6.5.0",
"tsx": "^3.12.1",
"typescript": "^4.9.4"
}
}