3a5fc92a74
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
32 lines
683 B
JSON
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
|
|
}
|
|
}
|