Files
plp/packages/contracts/package.json
2026-09-14 10:47:02 +08:00

18 lines
339 B
JSON

{
"name": "@drift/contracts",
"version": "0.0.0",
"private": true,
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "vitest run src/index.test.ts"
}
}