3365bf8b22
* install pnpm through corepack * remove engine from services package.json
32 lines
686 B
JSON
32 lines
686 B
JSON
{
|
|
"name": "@atproto-labs/simple-store",
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"description": "Simple store interfaces & utilities",
|
|
"keywords": [
|
|
"cache",
|
|
"isomorphic"
|
|
],
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/internal/simple-store"
|
|
},
|
|
"type": "commonjs",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig.build.json"
|
|
}
|
|
}
|