examples/tutorial/basic-2: Remove unnecessary package.json

This commit is contained in:
Armani Ferrante 2021-03-01 17:45:34 +08:00
parent 7b69e0ba23
commit 425d2e868b
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
{
"name": "basic-2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "ts-mocha -t 100000 -p ./tsconfig.json tests/**/*.{j,t}s"
},
"author": "",
"license": "ISC",
"dependencies": {
"@project-serum/anchor": "^0.2.2-beta.1",
"@types/chai": "^4.2.15"
},
"devDependencies": {
"@types/expect": "^24.3.0",
"@types/jest": "^26.0.20",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.31",
"chai": "^4.3.0"
}
}