move standalone projects into own directory
This commit is contained in:
16
projects/_standalone/tig-spy/package.json
Normal file
16
projects/_standalone/tig-spy/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"main": "index.js",
|
||||
"name": "tig-spy",
|
||||
"description": "analytics for TIGForum dev logs",
|
||||
"dependencies": {
|
||||
"@types/webextension-polyfill": "^0.10.0",
|
||||
"webextension-polyfill": "^0.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dts2hx": "^0.19.0"
|
||||
},
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"postinstall": "dts2hx --all"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user