-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1016 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
36
37
38
{
"name": "@blackprint/nodes",
"description": "Blackprint nodes for Browser/Node.js/Deno",
"version": "0.8.1",
"author": "Blackprint",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Blackprint/nodes.git"
},
"bugs": {
"url": "https://github.com/Blackprint/nodes/issues"
},
"scripts": {
"start": "blackprint serve",
"test": "echo not implemented",
"build-prod": "blackprint build production"
},
"homepage": "http://stefansarya.gitbook.io/blackprint",
"devDependencies": {
"scarletsframe": "0.35.x",
"@blackprint/engine": "0.9.x",
"@blackprint/sketch": "0.9.x",
"@blackprint/cli-tools": "0.3.x"
},
"blackprint": {
"source": {
"dist/nodes-console.mjs": "nodes/Console",
"dist/nodes-data.mjs": "nodes/Data",
"dist/nodes-decoration.mjs": "nodes/Decoration",
"dist/nodes-example.mjs": "nodes/Example",
"dist/nodes-input.mjs": "nodes/Input"
}
},
"keywords": [
"blackprint"
]
}