mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-11 10:41:46 +00:00
23 lines
474 B
JSON
23 lines
474 B
JSON
{
|
|
"name": "licenseapi-validator",
|
|
"version": "1.0.0-PRE",
|
|
"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"
|
|
}
|
|
}
|