-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
33 lines (33 loc) · 1000 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": "image-map-creator",
"version": "2.0.1",
"description": "This is a simple map creator tool made with the p5.js library. I want it\r to be easy to use for both the end user and the developper.",
"module": "dist/p5.image-map-creator.mjs",
"main": "dist/p5.image-map-creator.js",
"types": "dist/src/p5.image-map-creator.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n-peugnet/image-map-creator.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/n-peugnet/image-map-creator/issues"
},
"homepage": "https://github.com/n-peugnet/image-map-creator#readme",
"devDependencies": {
"@types/downloadjs": "^1.4.2",
"@types/p5": "^1.4.2",
"esbuild": "^0.23.0",
"typescript": "^5.5.3"
},
"dependencies": {
"downloadjs": "^1.4.7",
"quicksettings": "^3.0.1",
"undo-manager": "^1.0.5"
}
}