mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
23 lines
477 B
JSON
23 lines
477 B
JSON
{
|
|
"name": "notes-core",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.4",
|
|
"@babel/plugin-transform-runtime": "^7.7.4",
|
|
"@babel/preset-env": "^7.7.4",
|
|
"@babel/runtime": "^7.7.4",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"jest": "^24.9.0"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"fuzzysearch": "^1.0.3",
|
|
"transfun": "^1.0.2"
|
|
}
|
|
}
|