mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
Former-commit-id: d78c2d54fd0e998897af3d22af08deffead46b81 [formerly 7cab1c7091]
Former-commit-id: e05b977d0960f8ae8fc0c12c7027548939d94ddc
20 lines
386 B
JSON
20 lines
386 B
JSON
{
|
|
"name": "@libsem/types",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"tsc": "npx tsc src/index.ts",
|
|
"build": "npm run clean && tsc -p .",
|
|
"clean": "rimraf ./dist"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"rimraf": "^3.0.2",
|
|
"ts-node": "^10.3.0"
|
|
}
|
|
}
|