-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 849 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 849 Bytes
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
{
"name": "@distributed-systems/types",
"version": "3.0.0",
"description": "Reliable & easy Js & ES Type detection",
"main": "./dist/types.js",
"scripts": {
"build": "node ./node_modules/.bin/tsc",
"clean": "rm -rf dist",
"test": "npm run build && node ./dist/test/000.000-types.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eventEmitter/ee-types.git"
},
"keywords": [
"type",
"type-detection",
"es6"
],
"author": "Michael van der Weg",
"license": "MIT",
"bugs": {
"url": "https://github.com/eventEmitter/ee-types/issues"
},
"homepage": "https://github.com/eventEmitter/ee-types#readme",
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/node": "^24.9.1",
"section-tests": "^2.2.4",
"typescript": "^5.9.3"
},
"type": "module"
}