-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1 KB
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
{
"name": "checks-separator",
"version": "2.0.0",
"description": "A tool for dividing costs among someone",
"main": "index.js",
"type": "module",
"scripts": {
"start:build": "tsc -w",
"start:run": "nodemon ./dist/index.js",
"start": "concurrently npm:start:*",
"build": "node build.js && inline-script-tags ./index.html ./temp.html && inline-stylesheets ./temp.html ./dist/index.html && (del temp.html || rm temp.html) && cp ./dist/index.html ./dist/Checks-separator.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HasegawaShiro/checks-separator.git"
},
"author": "hasegawa_shiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/HasegawaShiro/checks-separator/issues"
},
"homepage": "https://github.com/HasegawaShiro/checks-separator#readme",
"devDependencies": {
"concurrently": "^8.2.2",
"esbuild": "^0.25.6",
"inline-scripts": "^1.7.4",
"nodemon": "^3.1.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3"
}
}