forked from siranweb/activitypub-types
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 848 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
41
42
43
44
45
46
{
"name": "activitypub-types",
"version": "1.1.1",
"description": "ActivityPub Typescript types",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"tsc:watch": "tsc -w",
"lint:fix": "eslint --fix ."
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.36.0",
"typescript": "^4.9.5"
},
"keywords": [
"activitypub",
"typescript",
"types",
"models",
"activitystreams"
],
"files": [
"dist",
"LICENSE",
"README.md",
"package.json",
"package-lock.json"
],
"contributors": [
{
"name": "SiranWeb",
"email": "siranweb@tuta.io"
},
{
"name": "Spacebarchat",
"url": "https://spacebar.chat"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/spacebarchat/activitypub-types"
}
}