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