-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 763 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 763 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
{
"name": "binalyi",
"version": "0.6-pre2",
"description": "(Purely) functional programming components for Blockly",
"main": "index.js",
"scripts": {
"build": "webpack",
"build_headers": "npx tsc -p \"tsconfig_build_headers.json\" && copyfiles -u 1 \"miscellaneous/**/*.d.ts\" \"include/miscellaneous\"",
"build_samples": "npx tsc -p \"tsconfig_build_samples.json\" && node utilities/strip_imports.js out/test.js out/generator_test.js",
"build_toolchain": "npx tsc -p utilities"
},
"type": "module",
"author": "tildeman",
"license": "Apache-2.0",
"dependencies": {
"blockly": "^10.1.3"
},
"devDependencies": {
"copyfiles": "^2.4.1",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}