activitypub-models/package.json

25 wiersze
544 B
JSON
Czysty Zwykły widok Historia

2022-10-23 16:12:17 +00:00
{
"name": "activitypub-models",
2022-11-26 11:59:35 +00:00
"version": "1.0.1",
"description": "ActivityPub Models JS/TS implementation",
2022-10-23 16:27:10 +00:00
"main": "./dist/index.js",
2022-10-23 16:12:17 +00:00
"scripts": {
2022-10-23 16:35:06 +00:00
"tsc": "tsc -p ./tsconfig.json",
"tsc:watch": "tsc -w -p ./tsconfig.json"
2022-10-23 16:12:17 +00:00
},
2022-11-26 11:57:39 +00:00
"devDependencies": {
"typescript": "^4.8.4"
},
2022-10-23 16:27:10 +00:00
"files": [
"dist",
"LICENSE",
"README.md"
2022-10-23 16:27:10 +00:00
],
"author": "SiranWeb <kirillg.web@gmail.com>",
"license": "MIT",
2022-11-26 11:57:39 +00:00
"repository": {
"type": "git",
"url": "https://github.com/activitypub-js/activitypub-models.git"
2022-10-23 16:12:17 +00:00
}
}