mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
30 lines
637 B
JSON
30 lines
637 B
JSON
{
|
|
"devDependencies": {
|
|
"@bob-the-algorithm/config": "workspace:^",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"default": "./dist/esm/index.js",
|
|
"types": "./dist/esm/types/index.d.ts"
|
|
},
|
|
"require": {
|
|
"default": "./dist/cjs/index.js",
|
|
"types": "./dist/cjs/types/index.d.ts"
|
|
}
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"private": false,
|
|
"main": "./dist/cjs/index.js",
|
|
"name": "@bob-the-algorithm/core",
|
|
"scripts": {
|
|
"build": "tsc --build configs/tsconfig.libs.json"
|
|
},
|
|
"types": "./dist/cjs/types/index.d.ts",
|
|
"version": "0.1.8"
|
|
}
|