Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "apithreads", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's [Threads](https://threads.net).", | ||
"author": "Viraj Bhartiya <virajbhartiya.github.io>", | ||
"homepage": "https://virajbhartiya.github.io/projects/apithreads", | ||
"homepage": "https://virajbhartiya.github.io/projects/apithreads.html", | ||
"repository": "virajbhartiya/apithreads", | ||
@@ -27,8 +27,2 @@ "license": "MIT", | ||
], | ||
"scripts": { | ||
"build": "rm -rf ./lib && swc src --config-file .swcrc -d build && tsc --emitDeclarationOnly", | ||
"buildwin": "npx rimraf ./lib && swc src --config-file .swcrc -d build && tsc --emitDeclarationOnly", | ||
"dev": "yarn build && node build/test", | ||
"test": "jest" | ||
}, | ||
"devDependencies": { | ||
@@ -63,3 +57,9 @@ "@babel/core": "^7.22.8", | ||
"threads-api" | ||
] | ||
], | ||
"scripts": { | ||
"build": "rm -rf ./lib && swc src --config-file .swcrc -d build && tsc --emitDeclarationOnly", | ||
"buildwin": "npx rimraf ./lib && swc src --config-file .swcrc -d build && tsc --emitDeclarationOnly", | ||
"dev": "yarn build && node build/test", | ||
"test": "jest" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52729
20
5