gpt-tokens
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "gpt-tokens", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Calculate the token consumption and amount of openai gpt message", | ||
@@ -15,2 +15,5 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"main": "index.js", | ||
@@ -25,4 +28,5 @@ "repository": "https://github.com/Cainier/gpt-tokens", | ||
"devDependencies": { | ||
"@types/node": "^12.20.0", | ||
"typescript": "^5.0.4" | ||
} | ||
} |
# gpt-tokens | ||
[![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/) | ||
> GPT tokens / price Calculate | ||
@@ -4,0 +6,0 @@ |
@@ -54,3 +54,4 @@ { | ||
/* Emit */ | ||
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ | ||
"declaration": true, | ||
/* Generate .d.ts files from TypeScript and JavaScript files in your project. */ | ||
// "declarationMap": true, /* Create sourcemaps for d.ts files. */ | ||
@@ -57,0 +58,0 @@ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ |
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
144339
580
58
2
10