-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 860 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 860 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "charfield",
"version": "0.1.2",
"description": "Copy-in registry + CLI for ASCII canvas field animations (npx charfield add <name>)",
"type": "module",
"bin": {
"charfield": "dist/cli.js"
},
"files": [
"dist"
],
"keywords": [
"ascii",
"canvas",
"animation",
"registry",
"cli",
"react"
],
"author": "Ashmit JaiSarita Gupta",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ashmitjsg/charfield.git"
},
"scripts": {
"registry": "node scripts/build-registry.mjs",
"build": "tsup src/cli.ts --format esm --clean --target node18",
"prepublishOnly": "npm run registry && npm run build"
},
"devDependencies": {
"@types/node": "^26.0.0",
"tsup": "^8.5.1",
"typescript": "^6.0.3"
},
"homepage": "https://charfield.log0.in"
}