@bluesky-social/syntax
Version:
Validation for atproto identifiers and formats: DID, handle, NSID, AT URI, etc
31 lines • 689 B
JSON
{
"name": "@bluesky-social/syntax",
"version": "0.4.0",
"license": "MIT",
"description": "Validation for atproto identifiers and formats: DID, handle, NSID, AT URI, etc",
"keywords": [
"atproto",
"did",
"nsid",
"at-uri"
],
"homepage": "https://atproto.com",
"repository": {
"type": "git",
"url": "https://github.com/bluesky-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"
}
}