-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 975 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
34
35
36
37
38
39
{
"name": "@imageengine/imageengine-helpers",
"version": "0.2.1",
"description": "A set of helper functions to generate ImageEngine custom urls with valid directives",
"homepage": "https://github.com/imgeng/imageengine-helpers",
"repository": {
"type": "git",
"url": "git+https://github.com/imgeng/imageengine-helpers.git"
},
"author": "Siva Sankar Reddy Bogala",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc --declaration",
"test": "mocha",
"prepublishOnly": "npm run test && npm run build"
},
"devDependencies": {
"@types/mocha": "^10.0.0",
"@types/node": "^22.0.0",
"chai": "^5.0.0",
"mocha": "^11.0.0",
"ts-node": "^10.1.0",
"typescript": "^5.0.0"
},
"bugs": {
"url": "https://github.com/imgeng/imageengine-helpers/issues"
},
"directories": {
"test": "test"
},
"keywords": [
"imageengine"
]
}