activitypub-models/package.json

23 wiersze
446 B
JSON

{
"name": "activitypub-models",
"version": "0.0.1",
"description": "ActivityPub Models JS/TS implementation",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"tsc": "tsc -p ./tsconfig.json",
"tsc:watch": "tsc -w -p ./tsconfig.json"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.20",
"typescript": "^4.8.4"
}
}