Select Git revision
package.json

Philipp Pospischil authored
This project manages its dependencies using npm.
Learn more
package.json 485 B
{
"name": "anki-test",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"hanzi-writer": "^3.7.2"
},
"devDependencies": {
"hanzi-writer-data": "^2.0.1",
"parcel": "^2.14.4",
"parcel-transformer-anki-tags": "^0.1.2",
"to-static-jsonp": "^1.2.1"
},
"@parcel/bundler-default": {
"minBundles": 10000
}
}