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.
37 lines
927 B
37 lines
927 B
{ |
|
"name": "nostr-wasm", |
|
"description": "nostr stuff in wasm", |
|
"version": "0.1.0", |
|
"type": "module", |
|
"main": "dist/main.js", |
|
"files": [ |
|
"dist/", |
|
"public/" |
|
], |
|
"exports": { |
|
".": "./dist/main.js", |
|
"./headless": "./dist/headless.js", |
|
"./gzipped": "./dist/gzipped.js" |
|
}, |
|
"author": "fiatjaf <fiatjaf@gmail.com>", |
|
"license": "MIT", |
|
"dependencies": {}, |
|
"devDependencies": { |
|
"@blake.regalia/tsconfig": "^0.1.2", |
|
"@rollup/plugin-typescript": "^11.1.5", |
|
"@rollup/plugin-wasm": "^6.2.2", |
|
"@rollup/pluginutils": "^5.0.5", |
|
"@types/node": "^20.8.10", |
|
"@types/web": "^0.0.119", |
|
"@typescript-eslint/eslint-plugin": "^6.13.2", |
|
"@typescript-eslint/parser": "^6.13.2", |
|
"acorn": "^8.11.2", |
|
"eslint": "^8.52.0", |
|
"eslint-plugin-unused-imports": "^3.0.0", |
|
"rollup": "^4.2.0", |
|
"typescript": "^5.2.2" |
|
}, |
|
"publishConfig": { |
|
"access": "public" |
|
} |
|
}
|
|
|