snort/packages/nostr/package.json

17 lines
272 B
JSON
Raw Normal View History

2023-02-11 20:05:46 +00:00
{
"name": "@snort/nostr",
"version": "1.0.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"devDependencies": {
"typescript": "^4.9.5"
2023-02-15 20:46:05 +00:00
},
"prettier": {
"semi": false
2023-02-11 20:05:46 +00:00
}
}