mirror of
https://github.com/tribufu/tribufu-js
synced 2026-06-01 09:42:36 +00:00
Update package.json
This commit is contained in:
parent
af4fc31ed3
commit
1739ce8ca9
1 changed files with 3 additions and 2 deletions
|
|
@ -6,13 +6,14 @@
|
||||||
"author": "Tribufu <contact@Tribufu.com>",
|
"author": "Tribufu <contact@Tribufu.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"types": "./build/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
"import": "./build/index.mjs",
|
"import": "./build/index.mjs",
|
||||||
"require": "./build//index.cjs"
|
"require": "./build/index.cjs"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf build",
|
"clean": "rimraf build",
|
||||||
"build": "yarn clean && tsc && node scripts/esbuild.js",
|
"build": "npm run clean && tsc && node scripts/esbuild.js",
|
||||||
"prepare": "npm run build"
|
"prepare": "npm run build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue