generated from Blackprint/template-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 973 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
{
"name": "@blackprint/nodes-telegram",
"description": "Blackprint nodes for Telegram",
"version": "0.1.0-dep",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Blackprint/nodes-telegram.git"
},
"module": "dist/nodes-telegram.mjs",
"scripts": {
"start": "blackprint serve",
"test": "node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js --verbose ./tests/",
"build-prod": "blackprint build production",
"npm-install-gramjs": "cd ./gramjs && npm install",
"pnpm-install-gramjs": "cd ./gramjs && pnpm install",
"build-gramjs": "cd ./gramjs && npx webpack --mode production"
},
"devDependencies": {
"scarletsframe": "0.35.x",
"@blackprint/engine": "0.9.x",
"@blackprint/sketch": "0.9.x",
"@blackprint/cli-tools": "0.3.x",
"jest": "29.x",
"jest-environment-node": "29.x",
"jest-environment-jsdom": "29.x"
},
"keywords": [
"blackprint"
]
}