typecccccccccccc
Version:
p align="center" > <img src="https://xord.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F283b98b7-fdae-4e5a-acaf-248242084e4a%2FICON.png?table=block&id=5306223c-a4f7-45d1-9f54-b9a5f4004cd6&spaceId=49976899-64a1-40f
80 lines (79 loc) • 2.59 kB
JSON
{
"name": "typecccccccccccc",
"version": "2.0.0",
"description": "p align=\"center\" > <img src=\"https://xord.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F283b98b7-fdae-4e5a-acaf-248242084e4a%2FICON.png?table=block&id=5306223c-a4f7-45d1-9f54-b9a5f4004cd6&spaceId=49976899-64a1-40fd-a3e6-c2ad82ad7aa1&width=250&userId=&cache=v2\" alt=\"shield\" width=\"200\" height=\"200\"> </p> Shield is a development framework for circom developers but we plan it to other languages such as CAIRO, SNARKYJS etc.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "node dist/src/index.js",
"build": "npm run clean && tsc",
"build:dev": "npm run build && npm run setup",
"clean": "rm -rf dist/",
"commit": "git-cz",
"setup": "npm install -g",
"lint": "eslint 'src/**/*.ts' 'utils/**/*.ts' 'test/**/*.ts' --fix",
"test": "npm run build && npm run setup && jest --detectOpenHandles",
"semantic-release": "semantic-release --branches main"
},
"bin": {
"shield": "dist/src/index.js"
},
"keywords": [
"shield",
"cli",
"circom",
"circomlib",
"snarkjs",
"zero-knowledge",
"web3"
],
"author": "Khuzama Shahid(@khuzama98), Abdul Qadir(@sleepyqadir)",
"license": "MIT",
"dependencies": {
"@sentry/integrations": "^7.11.1",
"@sentry/node": "^7.11.1",
"chai": "^4.3.6",
"chalk": "^4.1.2",
"commander": "^9.4.0",
"concat-stream": "^2.0.0",
"enquirer": "^2.3.6",
"find-up": "^4.1.0",
"fs-extra": "^10.1.0",
"locate-path": "^7.0.0",
"ora": "^5.4.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/concat-stream": "^2.0.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.6",
"@types/mocha": "^9.1.1",
"@types/node": "^18.6.3",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"cs-conventional-changelog": "^1.0.8",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"semantic-release": "^19.0.5",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/khuzama98/shield-test.git"
},
"publishConfig": {
"access": "public"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}