-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
130 lines (130 loc) · 3.72 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "ncr",
"version": "1.42.2",
"description": "No code REST API server based on zencode natural language smart contracts",
"repository": "https://github.com/forkbombeu/ncr",
"author": {
"name": "Puria Nafisi Azizi",
"email": "[email protected]"
},
"license": "AGPL-3.0-only",
"main": "src/index.ts",
"type": "module",
"scripts": {
"lint": "pnpm exec eslint",
"b": "pnpm rollup -c",
"p": "pkg .",
"sea": "pnpm b && pnpm p",
"pkgraspi32": "pkg . --targets node18-linux-armv7",
"raspi32": "pnpm b && pnpm pkgraspi32",
"dev": "nodemon -e ts -w ./src -x pnpm run watch -z ./contracts -p 3000",
"watch": "node --loader ts-node/esm src/index.ts",
"test": "FILES_DIR=. pnpm e2e && jest",
"start": "node --loader ts-node/esm src/index.ts -z ./tests/fixtures -p 3000 --public-directory ./public",
"e2e": "start-server-and-test http-get://0.0.0.0:3000 'pnpm stepci run ./tests/workflow.stepci.yml'"
},
"engines": {
"node": ">=20.0.0 <22.0.0"
},
"packageManager": "[email protected]",
"bin": {
"ncr": "dist/index.cjs"
},
"keywords": [],
"pkg": {
"assets": [
"dist/*.node",
"dist/*.html"
],
"targets": [
"latest-linux-x64"
],
"outputPath": "./"
},
"dependencies": {
"@dyne/slangroom-chain": "^1.6.4",
"@slangroom/core": "^1.43.2",
"@slangroom/db": "^1.43.1",
"@slangroom/ethereum": "^1.43.1",
"@slangroom/fs": "^1.43.1",
"@slangroom/git": "^1.43.2",
"@slangroom/helpers": "^1.43.1",
"@slangroom/http": "^1.43.1",
"@slangroom/json-schema": "^1.43.1",
"@slangroom/oauth": "^1.43.2",
"@slangroom/pocketbase": "^1.43.2",
"@slangroom/qrcode": "^1.43.1",
"@slangroom/redis": "^1.43.1",
"@slangroom/shell": "^1.43.1",
"@slangroom/timestamp": "^1.43.1",
"@slangroom/wallet": "^1.43.1",
"@slangroom/zencode": "^1.43.1",
"@tgwf/co2": "^0.16.1",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"better-ajv-errors": "^1.2.0",
"commander": "^12.0.0",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"live-directory": "^3.0.3",
"lodash": "^4.17.21",
"mariadb": "^3.3.2",
"mime": "^4.0.1",
"mysql2": "^3.11.3",
"oracledb": "^6.5.1",
"pg": "^8.13.0",
"pg-hstore": "^2.3.4",
"prom-client": "^15.0.0",
"snowflake-sdk": "^1.14.0",
"sqlite3": "^5.1.7",
"tedious": "^18.2.0",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#semver:^20",
"zenroom": "^4.46.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.0",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.0",
"@sinclair/typebox": "^0.32.15",
"@swc/core": "^1.7.36",
"@swc/helpers": "^0.5.13",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.10",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^22.7.5",
"@types/tgwf__co2": "^0.14.1",
"@typescript-eslint/parser": "^8.9.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.11.0",
"jest": "^29.7.0",
"lodash.isequal": "^4.5.0",
"nodemon": "^3.1.7",
"openapi-types": "^12.1.3",
"pkg": "^5.8.1",
"prettier": "3.3.3",
"regenerator-runtime": "^0.14.1",
"rollup": "^4.24.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-string": "^3.0.0",
"semantic-release": "^24.1.2",
"start-server-and-test": "^2.0.8",
"stepci": "^2.8.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslog": "^4.9.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"winston": "^3.15.0"
}
}