Comparing version 0.1.0 to 0.1.1-canary.9a7a35b
{ | ||
"name": "signia", | ||
"private": false, | ||
"description": "A tiny little drawing reactive state management library.", | ||
"version": "0.1.0", | ||
"author": "tldraw GB Ltd.", | ||
"license": "MIT", | ||
"homepage": "https://tldraw.dev", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tldraw/signia" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/tldraw/signia/issues" | ||
}, | ||
"main": "dist/cjs/index.cjs", | ||
"scripts": { | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
"typecheck": "tsc --build", | ||
"prepack": "tsx ../../scripts/prepack.ts", | ||
"postpack": "../../scripts/postpack.sh", | ||
"build-docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts --excludePrivate --excludeInternal --readme none --githubPages false --entryDocument index.md --hideBreadcrumbs", | ||
"build": "tsx ../../scripts/build-package.ts" | ||
}, | ||
"jest": { | ||
"preset": "../../jest-preset.js" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.188", | ||
"lodash": "^4.17.21" | ||
}, | ||
"typedoc": { | ||
"readmeFile": "none", | ||
"entryPoint": "./src/index.ts", | ||
"displayName": "signia", | ||
"tsconfig": "./tsconfig.json" | ||
}, | ||
"gitHead": "7ca078299c92f315ed657512cac800c0cf7f8cab", | ||
"module": "dist/esm/index.mjs", | ||
"source": "src/index.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.cjs" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"src" | ||
] | ||
"name": "signia", | ||
"private": false, | ||
"description": "A tiny little drawing reactive state management library.", | ||
"version": "0.1.1-canary.9a7a35b", | ||
"author": "tldraw GB Ltd.", | ||
"license": "MIT", | ||
"homepage": "https://tldraw.dev", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tldraw/signia" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/tldraw/signia/issues" | ||
}, | ||
"main": "dist/cjs/index.cjs", | ||
"jest": { | ||
"preset": "../../jest-preset.js" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.188", | ||
"lodash": "^4.17.21" | ||
}, | ||
"typedoc": { | ||
"readmeFile": "none", | ||
"entryPoint": "./src/index.ts", | ||
"displayName": "signia", | ||
"tsconfig": "./tsconfig.json" | ||
}, | ||
"module": "dist/esm/index.mjs", | ||
"source": "src/index.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.cjs" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"scripts": { | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
"typecheck": "tsc --build", | ||
"build-docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts --excludePrivate --excludeInternal --readme none --githubPages false --entryDocument index.md --hideBreadcrumbs", | ||
"build": "tsx ../../scripts/build-package.ts" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
328286