forked from VanishMax/foton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1018 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@zipsylabs/fotonjs-monorepo",
"version": "0.0.1",
"description": "Foton – a TON development ecosystem",
"license": "MIT",
"author": "Max Korsunov (https://t.me/vanishmax)",
"keywords": [
"The Open Network",
"TON",
"Tact"
],
"repository": {
"type": "git",
"url": "https://github.com/vanishmax/foton.git"
},
"homepage": "https://github.com/vanishmax/foton#readme",
"bugs": "https://github.com/vanishmax/foton/issues",
"type": "module",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.0.0"
},
"scripts": {
"cli": "pnpm --filter @zipsylabs/fotonjs-cli dev",
"build:core": "pnpm --filter @zipsylabs/fotonjs-core build",
"clean": "pnpm -r clean",
"prepublish": "pnpm build:core",
"publish:core": "pnpm publish --filter @zipsylabs/fotonjs-core",
"publish:api": "pnpm publish --filter @zipsylabs/fotonjs-api"
},
"packageManager": "[email protected]",
"devDependencies": {
"@changesets/cli": "^2.27.12",
"rimraf": "^6.0.1"}
}