Files
zk-kit/packages/types/package.json
2021-10-25 15:04:57 +02:00

23 lines
481 B
JSON

{
"name": "@libsem/types",
"version": "1.0.5",
"description": "Common type definitions for Semaphore modules.",
"main": "src/index.ts",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"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"
}
}