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
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "@tldraw/scripts",
|
|
"description": "build scripts",
|
|
"version": "2.0.0-alpha.8",
|
|
"private": true,
|
|
"packageManager": "yarn@3.5.0",
|
|
"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"
|
|
],
|
|
"devDependencies": {
|
|
"@auto-it/core": "^10.45.0",
|
|
"@types/is-ci": "^3.0.0",
|
|
"@types/node": "^18.13.0",
|
|
"@typescript-eslint/utils": "^5.59.0",
|
|
"ast-types": "^0.14.2",
|
|
"cross-fetch": "^3.1.5",
|
|
"esbuild": "^0.18.4",
|
|
"glob": "^8.0.3",
|
|
"gray-matter": "^4.0.3",
|
|
"is-ci": "^3.0.1",
|
|
"kleur": "^4.1.5",
|
|
"lazyrepo": "0.0.0-alpha.27",
|
|
"prettier": "^2.8.7",
|
|
"recast": "^0.22.0",
|
|
"rimraf": "^4.4.0",
|
|
"semver": "^7.3.8",
|
|
"svgo": "^3.0.2",
|
|
"typescript": "^4.5.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "yarn run -T tsx lint.ts"
|
|
},
|
|
"dependencies": {
|
|
"ignore": "^5.2.4"
|
|
}
|
|
}
|