activitypub-models/package.json

22 wiersze
492 B
JSON
Czysty Zwykły widok Historia

2022-10-23 16:12:17 +00:00
{
"name": "activitypub-js-models",
"version": "1.0.0",
"description": "",
2022-10-23 16:27:10 +00:00
"main": "./dist/index.js",
2022-10-23 16:12:17 +00:00
"type": "module",
"scripts": {
"ts:watch": "tsc -p ./tsconfig.json",
"start": "node --es-module-specifier-resolution=node build/index.js",
"start:dev": "nodemon --es-module-specifier-resolution=node build/index.js"
},
2022-10-23 16:27:10 +00:00
"files": [
"dist"
],
2022-10-23 16:12:17 +00:00
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.20",
"typescript": "^4.8.4"
}
}