mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-10 10:11:47 +00:00
Create javascript package.json
This commit is contained in:
22
integrations/javascript/package.json
Normal file
22
integrations/javascript/package.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "licenseapi-validator",
|
||||
"version": "1.0.0",
|
||||
"description": "A free, self-hosted licensing system for your software",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup"
|
||||
},
|
||||
"author": "Mathias Wagner",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@swc/core": "^1.7.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsup": "^8.2.1",
|
||||
"typescript": "^5.5.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user