build: declare sdk AGPL license
This commit is contained in:
parent
69e15d2609
commit
a858a928bf
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "@verstak/plugin-sdk",
|
"name": "@verstak/plugin-sdk",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Verstak Plugin SDK — TypeScript types and runtime API for plugin development",
|
"description": "Verstak Plugin SDK — TypeScript types and runtime API for plugin development",
|
||||||
|
"license": "AGPL-3.0-or-later",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue