atproto/packages/syntax/package.json
github-actions[bot] 3a5fc92a74
Version packages (#2962)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-13 17:00:25 -06:00

32 lines
683 B
JSON

{
"name": "@atproto/syntax",
"version": "0.3.1",
"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",
"scripts": {
"test": "jest",
"build": "tsc --build tsconfig.build.json"
},
"devDependencies": {
"jest": "^28.1.2",
"typescript": "^5.6.3"
},
"browser": {
"dns/promises": false
}
}