-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 831 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
{
"name": "@kelsny/gatesim",
"description": "Logical circuits playground.",
"version": "0.0.0",
"private": true,
"scripts": {
"watch": "tsc -w -p tsconfig.node.json",
"build": "webpack",
"dev": "webpack --watch",
"deploy": "vercel --prod"
},
"devDependencies": {
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kelsny/gatesim.git"
},
"keywords": [],
"author": "kelsny <cursors.owo.uwu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kelsny/gatesim/issues"
},
"homepage": "https://github.com/kelsny/gatesim#readme",
"main": "webpack.config.js"
}