this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add repository field to package.json (#895)

authored by

Wes Bos and committed by
GitHub
958c9ef6 3370eac6

+17
+1
packages/api/package.json
··· 13 13 "test": "jest" 14 14 }, 15 15 "license": "MIT", 16 + "repository": "git@github.com:bluesky-social/atproto.git", 16 17 "dependencies": { 17 18 "@atproto/common-web": "*", 18 19 "@atproto/uri": "*",
+1
packages/aws/package.json
··· 3 3 "version": "0.0.1", 4 4 "main": "src/index.ts", 5 5 "license": "MIT", 6 + "repository": "git@github.com:bluesky-social/atproto.git", 6 7 "scripts": { 7 8 "prettier": "prettier --check src/", 8 9 "prettier:fix": "prettier --write src/",
+1
packages/bsky/package.json
··· 2 2 "name": "@atproto/bsky", 3 3 "version": "0.0.0", 4 4 "license": "MIT", 5 + "repository": "git@github.com:bluesky-social/atproto.git", 5 6 "main": "src/index.ts", 6 7 "bin": "dist/bin.ts", 7 8 "scripts": {
+1
packages/common-web/package.json
··· 3 3 "version": "0.1.0", 4 4 "main": "src/index.ts", 5 5 "license": "MIT", 6 + "repository": "git@github.com:bluesky-social/atproto.git", 6 7 "scripts": { 7 8 "test": "jest", 8 9 "prettier": "prettier --check src/",
+1
packages/common/package.json
··· 3 3 "version": "0.2.0", 4 4 "main": "src/index.ts", 5 5 "license": "MIT", 6 + "repository": "git@github.com:bluesky-social/atproto.git", 6 7 "scripts": { 7 8 "test": "jest", 8 9 "prettier": "prettier --check src/",
+1
packages/crypto/package.json
··· 3 3 "version": "0.1.1", 4 4 "main": "src/index.ts", 5 5 "license": "MIT", 6 + "repository": "git@github.com:bluesky-social/atproto.git", 6 7 "scripts": { 7 8 "test": "jest ", 8 9 "prettier": "prettier --check src/",
+1
packages/dev-env/package.json
··· 4 4 "main": "src/test-env.ts", 5 5 "bin": "dist/cli.js", 6 6 "license": "MIT", 7 + "repository": "git@github.com:bluesky-social/atproto.git", 7 8 "scripts": { 8 9 "build": "node ./build.js", 9 10 "postbuild": "tsc --build tsconfig.build.json",
+1
packages/did-resolver/package.json
··· 3 3 "version": "0.0.1", 4 4 "main": "src/index.ts", 5 5 "license": "MIT", 6 + "repository": "git@github.com:bluesky-social/atproto.git", 6 7 "scripts": { 7 8 "test": "jest", 8 9 "test:log": "cat test.log | pino-pretty",
+1
packages/identifier/package.json
··· 18 18 "postpublish": "npm run update-main-to-src" 19 19 }, 20 20 "license": "MIT", 21 + "repository": "git@github.com:bluesky-social/atproto.git", 21 22 "dependencies": { 22 23 "@atproto/common-web": "*" 23 24 },
+1
packages/lex-cli/package.json
··· 16 16 "postbuild": "tsc --build tsconfig.build.json" 17 17 }, 18 18 "license": "MIT", 19 + "repository": "git@github.com:bluesky-social/atproto.git", 19 20 "dependencies": { 20 21 "@atproto/lexicon": "*", 21 22 "@atproto/nsid": "*",
+1
packages/lexicon/package.json
··· 18 18 "postpublish": "npm run update-main-to-src" 19 19 }, 20 20 "license": "MIT", 21 + "repository": "git@github.com:bluesky-social/atproto.git", 21 22 "dependencies": { 22 23 "@atproto/common-web": "*", 23 24 "@atproto/identifier": "*",
+1
packages/nsid/package.json
··· 14 14 "postbuild": "tsc --build tsconfig.build.json" 15 15 }, 16 16 "license": "MIT", 17 + "repository": "git@github.com:bluesky-social/atproto.git", 17 18 "dependencies": {} 18 19 }
+1
packages/pds/package.json
··· 2 2 "name": "@atproto/pds", 3 3 "version": "0.1.5", 4 4 "license": "MIT", 5 + "repository": "git@github.com:bluesky-social/atproto.git", 5 6 "main": "src/index.ts", 6 7 "bin": "dist/bin.ts", 7 8 "scripts": {
+1
packages/repo/package.json
··· 3 3 "version": "0.1.0", 4 4 "main": "src/index.ts", 5 5 "license": "MIT", 6 + "repository": "git@github.com:bluesky-social/atproto.git", 6 7 "scripts": { 7 8 "test": "jest", 8 9 "test:profile": "node --inspect ../../node_modules/.bin/jest",
+1
packages/uri/package.json
··· 18 18 "postpublish": "npm run update-main-to-src" 19 19 }, 20 20 "license": "MIT", 21 + "repository": "git@github.com:bluesky-social/atproto.git", 21 22 "dependencies": { 22 23 "@atproto/identifier": "*", 23 24 "@atproto/nsid": "*"
+1
packages/xrpc-server/package.json
··· 18 18 "postpublish": "npm run update-main-to-src" 19 19 }, 20 20 "license": "MIT", 21 + "repository": "git@github.com:bluesky-social/atproto.git", 21 22 "dependencies": { 22 23 "@atproto/common": "*", 23 24 "@atproto/lexicon": "*",
+1
packages/xrpc/package.json
··· 17 17 "postpublish": "npm run update-main-to-src" 18 18 }, 19 19 "license": "MIT", 20 + "repository": "git@github.com:bluesky-social/atproto.git", 20 21 "dependencies": { 21 22 "@atproto/lexicon": "*", 22 23 "zod": "^3.14.2"