-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 849 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
{
"name": "ascii-artist",
"version": "0.0.14",
"description": "ascii artist",
"type": "module",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"sideEffects": false,
"repository": "https://github.com/ahaoboy/ascii-artist",
"bugs": "https://github.com/ahaoboy/ascii-artist/issues",
"files": ["dist", "./art.svg", "./CascadiaMono-embed.css"],
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"test": "tsx ./test/t.ts"
},
"keywords": ["ascii", "art", "artist", "image"],
"author": "ahaoboy",
"license": "ISC",
"npmName": "ascii-artist",
"devDependencies": {
"@types/node": "^18.0.0",
"adaptive-threshold-wasm": "^0.0.1",
"libwebp-wasm": "^0.1.3",
"sharp": "^0.30.7",
"tsx": "^3.6.0",
"typescript": "^4.7.4"
}
}