demo-interp/package.json

18 lines
363 B
JSON
Raw Permalink Normal View History

2020-01-16 22:01:11 +02:00
{
"name": "demo-interp",
"version": "0.1.0",
2020-01-16 22:01:11 +02:00
"main": "index.js",
"license": "MIT",
"dependencies": {
"@demostf/demo.js": "^2.1.1",
"@types/node": "^13.1.7",
"patch-package": "^6.2.0",
"postinstall-postinstall": "^2.0.0"
},
"scripts": {
"postinstall": "patch-package",
2020-09-26 13:29:30 +03:00
"build": "tsc",
"format": "prettier --write ."
2020-01-16 22:01:11 +02:00
}
2020-09-26 13:29:30 +03:00
}