You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
851 B
35 lines
851 B
{ |
|
"name": "gc-parser-asciidoc", |
|
"author": "Silberengel", |
|
"company": "GitCitadel", |
|
"version": "0.1.0", |
|
"description": "Basic AsciiDoc parser and kind 30040 publication helper for Nostr", |
|
"main": "dist/index.js", |
|
"types": "dist/index.d.ts", |
|
"files": [ |
|
"dist", |
|
"README.md" |
|
], |
|
"scripts": { |
|
"build": "tsc", |
|
"test": "vitest run", |
|
"test:watch": "vitest", |
|
"test:integration": "RUN_INTEGRATION=1 vitest run src/integration.test.ts", |
|
"test:integration:record": "RECORD_FIXTURES=1 RUN_INTEGRATION=1 vitest run src/integration.test.ts" |
|
}, |
|
"keywords": [ |
|
"nostr", |
|
"asciidoc", |
|
"parser", |
|
"30040", |
|
"publication", |
|
"typescript" |
|
], |
|
"license": "MIT", |
|
"devDependencies": { |
|
"@types/node": "^20.10.0", |
|
"nostr-tools": "^2.23.3", |
|
"typescript": "^5.3.0", |
|
"vitest": "^2.0.0" |
|
} |
|
}
|
|
|