20 lines
378 B
JSON
20 lines
378 B
JSON
{
|
|
"name": "ts-use",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"multiformats": "file:../../"
|
|
},
|
|
"scripts": {
|
|
"test": "npm install && ../../node_modules/.bin/tsc --noEmit"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "ipfs",
|
|
"parserOptions": {
|
|
"sourceType": "module",
|
|
"project": [
|
|
"./test/ts-use/tsconfig.json"
|
|
]
|
|
}
|
|
}
|
|
} |