gfonts-js-library/package.json
2023-05-20 21:47:24 +02:00

22 lines
505 B
JSON

{
"name": "gfonts-js-library",
"version": "0.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"scripts": {
"test": "mocha --require ts-node/register src/**/*.spec.ts",
"prepublish": "tsc"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.1",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"pb-parser": "git+https://git.sofiaritz.com/sofia/pb-parser"
}
}