mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-19 00:42:29 +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": {
|
"scripts": {
|
||||||
"build:watch": "npx tsc -w",
|
"build:watch": "npx tsc -w",
|
||||||
"build:prod": "rimraf ./dist && cross-env NODE_ENV=production tsc -p ./tsconfig.production.json",
|
"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"
|
"run:examples:file": "node ./dist/examples/express-file-server/index.js"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"partial-content",
|
||||||
|
"206",
|
||||||
|
"stream"
|
||||||
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/express": "^4.16.1",
|
"@types/express": "^4.16.1",
|
||||||
"cross-env": "^5.2.0",
|
"cross-env": "^5.2.0",
|
||||||
"rimraf": "^2.6.3",
|
"rimraf": "^2.6.3",
|
||||||
"typescript": "^3.3.3333"
|
"typescript": "^3.3.3333",
|
||||||
|
"express": "^4.16.4"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"express": "^4.16.4"
|
"express": "^4.16.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user