@gander-social-atproto/syntax
Version:
Validation for atproto identifiers and formats: DID, handle, NSID, AT URI, etc
31 lines • 744 B
JSON
{
"name": "@gander-social-atproto/syntax",
"version": "0.5.1",
"license": "MIT",
"description": "Validation for atproto identifiers and formats: DID, handle, NSID, AT URI, etc",
"keywords": [
"atproto",
"did",
"nsid",
"at-uri"
],
"homepage": "https://github.com/gander-social/gander-social-atproto",
"repository": {
"type": "git",
"url": "https://github.com/gander-social/gander-social-atproto",
"directory": "packages/syntax"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"jest": "^28.1.2",
"typescript": "^5.6.3"
},
"browser": {
"dns/promises": false
},
"scripts": {
"test": "jest",
"build": "tsc --build tsconfig.build.json"
}
}