3cf4dae34d
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
62 lines
1.1 KiB
JSON
62 lines
1.1 KiB
JSON
{
|
|
"name": "@tldraw/assets",
|
|
"description": "A tiny little drawing app (assets).",
|
|
"version": "2.0.0-alpha.19",
|
|
"author": {
|
|
"name": "tldraw Inc.",
|
|
"email": "hello@tldraw.com"
|
|
},
|
|
"homepage": "https://tldraw.dev",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tldraw/tldraw"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tldraw/tldraw/issues"
|
|
},
|
|
"keywords": [
|
|
"tldraw",
|
|
"drawing",
|
|
"app",
|
|
"development",
|
|
"whiteboard",
|
|
"canvas",
|
|
"infinite"
|
|
],
|
|
"files": [
|
|
"embed-icons",
|
|
"icons",
|
|
"fonts",
|
|
"translations",
|
|
"imports.js",
|
|
"imports.d.ts",
|
|
"selfHosted.js",
|
|
"selfHosted.d.ts",
|
|
"types.d.ts",
|
|
"urls.js",
|
|
"urls.d.ts",
|
|
"utils.js",
|
|
"utils.d.ts"
|
|
],
|
|
"scripts": {
|
|
"pack-tarball": "yarn pack",
|
|
"lint": "yarn run -T tsx ../../scripts/lint.ts"
|
|
},
|
|
"dependencies": {
|
|
"@tldraw/utils": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"lazyrepo": "0.0.0-alpha.27",
|
|
"ts-node-dev": "^1.1.8"
|
|
},
|
|
"jest": {
|
|
"preset": "config/jest/node",
|
|
"setupFiles": [
|
|
"raf/polyfill"
|
|
],
|
|
"moduleNameMapper": {
|
|
"^~(.*)": "<rootDir>/src/$1"
|
|
}
|
|
}
|
|
}
|