1234567891011121314151617181920212223242526 |
- {
- "name": "deprecated-layout",
- "version": "0.21.0",
- "license": "(MIT OR Apache-2.0)",
- "homepage": "https://github.com/project-serum/anchor#readme",
- "bugs": {
- "url": "https://github.com/project-serum/anchor/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/project-serum/anchor.git"
- },
- "engines": {
- "node": ">=11"
- },
- "dependencies": {
- "@project-serum/anchor": "^0.21.0"
- },
- "devDependencies": {
- "chai": "^4.3.4",
- "mocha": "^9.0.3",
- "ts-mocha": "^8.0.0",
- "@types/mocha": "^9.0.0",
- "typescript": "^4.3.5"
- }
- }
|