Initial commit
This commit is contained in:
commit
e7a2cbc006
14 changed files with 2107 additions and 0 deletions
16
package.json
Normal file
16
package.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "demo-interp",
|
||||
"version": "1.0.0",
|
||||
"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",
|
||||
"build": "tsc"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue