activitypub-models/package.json

25 wiersze
544 B
JSON

{
"name": "activitypub-models",
"version": "1.0.1",
"description": "ActivityPub Models JS/TS implementation",
"main": "./dist/index.js",
"scripts": {
"tsc": "tsc -p ./tsconfig.json",
"tsc:watch": "tsc -w -p ./tsconfig.json"
},
"devDependencies": {
"typescript": "^4.8.4"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"author": "SiranWeb <kirillg.web@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/activitypub-js/activitypub-models.git"
}
}