Initial commit
This commit is contained in:
18
youless-exporter/package.json
Normal file
18
youless-exporter/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "youless-exporter",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "ts-node src/main.ts"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"ts-node": "^8.10.2",
|
||||
"typescript": "^3.9.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.0.27"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user