mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
Add npm registry related meta
This commit is contained in:
parent
5675015f12
commit
fb5a68e830
10
.npmignore
Normal file
10
.npmignore
Normal file
@ -0,0 +1,10 @@
|
||||
node_modules
|
||||
.gitignore
|
||||
.travis.yml
|
||||
yarn.lock
|
||||
.vscode
|
||||
tsconfig.*
|
||||
.prettierrc.json
|
||||
_config.yml
|
||||
src
|
||||
*.log
|
@ -9,13 +9,20 @@
|
||||
"scripts": {
|
||||
"build:watch": "npx tsc -w",
|
||||
"build:prod": "rimraf ./dist && cross-env NODE_ENV=production tsc -p ./tsconfig.production.json",
|
||||
"push": "yarn build:prod && yarn publish",
|
||||
"run:examples:file": "node ./dist/examples/express-file-server/index.js"
|
||||
},
|
||||
"keywords": [
|
||||
"partial-content",
|
||||
"206",
|
||||
"stream"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.16.1",
|
||||
"cross-env": "^5.2.0",
|
||||
"rimraf": "^2.6.3",
|
||||
"typescript": "^3.3.3333"
|
||||
"typescript": "^3.3.3333",
|
||||
"express": "^4.16.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"express": "^4.16.4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user