{
"name": "@neo-devpack-solidity/templates",
"version": "0.14.1",
"description": "Project scaffolding templates for Neo DevPack for Solidity tooling",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/**/*",
"src/**/*"
],
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest",
"lint": "eslint src test --ext .ts"
},
"keywords": [
"neo",
"solidity",
"templates",
"scaffolding",
"hardhat",
"foundry"
],
"dependencies": {
"@neo-devpack-solidity/types": "^0.14.1",
"fs-extra": "^11.3.4"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.19.37",
"eslint": "^8.57.1",
"typescript": "^5.3.3",
"vitest": "^4.0.18"
},
"publishConfig": {
"access": "public"
}
}