tldraw/config/package.json
Steve Ruiz 3cf4dae34d
Change licenses to tldraw (#2167)
This PR updates the licenses across tldraw to a bespoke tldraw license.

The idea here is leverage dual licensing for revenue from companies
using tldraw. The source code and its distributions are provided under a
non-commercial license (tldraw) while we offer to sell / give out an
alternative exclusive-use license for companies who wish to use the
product for commercial purposes.

- [x] Add new license
- [x] Change licenses in package.jsons
- [x] Update READMEs
- [x] Update docs (separate repo PR)
- [x] Have alternative license in hand (US)
- [ ] Have alternative license in hand (UK)
- [x] Have sales contract in hand (US)
- [ ] Have sales contract in hand (UK)

### Change Type

- [x] `major` — Breaking change
2023-12-19 10:41:01 +00:00

17 lines
320 B
JSON

{
"name": "config",
"version": "2.0.0-alpha.8",
"main": "index.js",
"license": "SEE LICENSE IN LICENSE.md",
"private": true,
"files": [
"eslint-preset.js"
],
"dependencies": {
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "7.28.0"
},
"devDependencies": {
"lazyrepo": "0.0.0-alpha.27"
}
}