-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 796 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 796 Bytes
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
{
"name": "@blackprint/nodes-multimedia",
"description": "Blackprint nodes for multimedia",
"version": "0.5.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Blackprint/nodes-multimedia.git"
},
"module": "dist/nodes-multimedia.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"
},
"devDependencies": {
"scarletsframe": "0.35.x",
"@blackprint/engine": "0.10.x",
"@blackprint/sketch": "0.10.x",
"@blackprint/cli-tools": "0.3.x",
"jest": "30.x",
"jest-environment-node": "30.x",
"jest-environment-jsdom": "30.x"
},
"keywords": [
"blackprint"
]
}