-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 764 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 764 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
26
{
"name": "isthiscoloursimilar",
"version": "1.0.0",
"description": "",
"main": "oldColourImplementation.js",
"scripts": {
"build": "tsc && esbuild Colours.js --minify --keep-names --outfile=Colours.min.js --sourcemap",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hamada147/IsThisColourSimilar.git"
},
"keywords": [],
"author": "Ahmed Moussa <moussa.ahmed95@gmail.com>",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/hamada147/IsThisColourSimilar/issues"
},
"homepage": "https://github.com/hamada147/IsThisColourSimilar#readme",
"devDependencies": {
"esbuild": "0.25.0",
"typescript": "^5.7.3"
}
}