kopia lustrzana https://github.com/activitypub-js/activitypub-models
prepare to npm publish
rodzic
d424186a0f
commit
23ef9335d3
|
@ -1,3 +1,4 @@
|
|||
node_modules/
|
||||
build/
|
||||
dist/
|
||||
.idea/
|
|
@ -2,13 +2,16 @@
|
|||
"name": "activitypub-js-models",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"main": "./dist/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"ts:watch": "tsc -p ./tsconfig.json",
|
||||
"start": "node --es-module-specifier-resolution=node build/index.js",
|
||||
"start:dev": "nodemon --es-module-specifier-resolution=node build/index.js"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"watch": true,
|
||||
"outDir": "./build",
|
||||
"outDir": "./dist",
|
||||
"declaration": true,
|
||||
"target": "es2016",
|
||||
"module": "ES6",
|
||||
"moduleResolution": "Node",
|
||||
|
|
Ładowanie…
Reference in New Issue