mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Replace MIT with AGPLv3 + commercial dual-license. Add copyright header and dual-license notice to LICENSE, add CLA to CONTRIBUTING.md, update README license section, and update all package.json license fields.
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"name": "@stirling-image/docs",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev .",
|
|
"docs:build": "vitepress build .",
|
|
"docs:preview": "vitepress preview ."
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.19.0",
|
|
"vitepress": "^1.1.4"
|
|
},
|
|
"license": "AGPL-3.0"
|
|
}
|