11 lines
249 B
JSON
11 lines
249 B
JSON
{
|
|
"name": "note2any-wx-server",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "TypeScript implementation of the note2any WeChat proxy server",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"start": "node dist/index.js"
|
|
}
|
|
}
|