-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 953 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
{
"name": "@netlogo/nettango",
"version": "0.16.6",
"description": "A blocks-based programming library written in TypeScript",
"main": "nettango.js",
"scripts": {
"prepack": "./node_modules/typescript/bin/tsc; webpack --mode production",
"test": "./node_modules/typescript/bin/tsc; jest",
"build": "./node_modules/typescript/bin/tsc; webpack --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NetLogo/NetTango.git"
},
"author": "Michael Horn",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/NetLogo/NetTango/issues"
},
"homepage": "https://github.com/NetLogo/NetTango#readme",
"devDependencies": {
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"typescript": "^5.0.4",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1"
},
"dependencies": {
"interactjs": "^1.10.2",
"zod": "^3.21.4"
}
}